cycleready / cycleready-web

The webapp for SF CycleReady
http://cycleready.herokuapp.com
1 stars 2 forks source link

Integration tests with Capybara & Selenium #28

Closed eternal44 closed 8 years ago

eternal44 commented 8 years ago

I setup a basic integration test with Capybara and Selenium. We now have the ability to do TDD / BDD with this project! To run the test just run the following in your terminal:

$ bundle install
$ rake test
thfield commented 8 years ago

i'm going to revert this only so we can commit to develop branch and try to keep gitflow going