jrusso1020 / Paircon

project for CS5150 at Cornell University done for Kilian Weinberger
Other
0 stars 0 forks source link

Add Tests For Javascript #228

Open MutahirKazmi opened 7 years ago

MutahirKazmi commented 7 years ago

Add the following gem:

jasmine-rails - a gem which helps us integrate Jasmine into the standard Ruby on Rails testing workflow.

By using jasmine-rails, we're able to run the JavaScript specs either in the browser or from the command line. The latter is important for us because it enables us to automate this task.