Sha256: d429e91fbe2595e156be45bf4e8b8fed483ca82513bd8b4980a477b58f47fbdc
Contents?: true
Size: 708 Bytes
Versions: 3
Compression:
Stored size: 708 Bytes
Contents
# Sinon.js for Rails sinon.js via asset pipeline ## Installation Add this line to your application's Gemfile: group :test, :development do gem 'sinon-rails' end And then execute: $ bundle Add this line to your test manifest file: //=require sinon Or directly include at `/assets/sinon.js` ## Usage Read about sinon.js [here](http://sinonjs.org/). ## Contributing sinon-rails 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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sinon-rails-1.15.0 | README.md |
sinon-rails-1.10.3 | README.md |
sinon-rails-1.9.0 | README.md |