Awesome
jasmine-jquery for Rails
jasmine-jquery via asset pipeline
Installation
Add this line to your application's Gemfile:
gem 'jasmine-jquery-rails'
And then execute:
$ bundle
Assuming you're using the jasmine gem, in your jasmine.yml have:
src_files: - ... - assets/jasmine-jquery.js
Or directly include at /assets/jasmine-jquery.js
Usage
Read about jasmine-jquery here
Contributing
jasmine-jquery-rails and jasmine-jquery are maintained by Travis Jeffery
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request