Skip to content

dantherussell/sinon-rails

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Contributing

sinon-rails maintained by Travis Jeffery

  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

About

Sinon.js for Rails

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%