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.
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.