# 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 Add this line to your test manifest file: //=require jasmine-jquery Or directly include at `/assets/jasmine-jquery.js` ## Usage Read about jasmine-jquery [here](http://github.com/velesin/jasmine-jquery) ## Contributing jasmine-jquery-rails and jasmine-jquery are maintained by [Travis Jeffery](http://github.com/travisjeffery) 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request