Run RSpec tests with your friends over ActionCable in realtime.
Team
- @heretoeternity
- @sambok
- @sbrady11
Resources
- This project was generated with Create React App.
- [Numbered text editor background] (http://i.imgur.com/2cOaJ.png)
Specs
This project requires the revlevant backend, found here.
- ActionCable: 5.1.4
- React: 15.6.2
- React-Dom: 15.6.2
- React-Modal: 2.3.2
- React-Scripts: 1.0.14
- React-Skylight: 0.5.0
Installation
To run locally, download and install the relevant backend
-
git clone https://github.com/OG-Hawks/rspectacle-react -
cd rspectacle-react -
npm install -
npm start
User Story
The user, after navigating to the Rspectacle page, can write an RSpec test in the left hand entry-field. Once complete, the user clicks 'SUBMIT', and the entry is saved to the backend. Next, the user can write a Ruby method in the right most entry-field that passes the RSpec test. The user clicks the 'SUBMIT' button underneath the relevant field, then selects 'RUN'. The results of the test are then displayed to the output console at the bottom of the screen.




