TeamMartinez / YOLO-api

REST API for the yolo project (GitHub Auth)
http://vm344a.se.rit.edu
1 stars 1 forks source link

Test framework #29

Closed danbartz720 closed 8 years ago

danbartz720 commented 8 years ago

The testFramework branch sets up an initial testing framework for the rails application using rspec, capybara, and factory_girl. An initial test has been added (calendar_event_spec.rb) to show that the framework has been properly initialized and laid in place. Tests can be run from the project root with "rake spec".