Sha256: 8046519e93308a27195e3dda9d2f72db819dd214de1d596f5128a982e88c1885

Contents?: true

Size: 655 Bytes

Versions: 4

Compression:

Stored size: 655 Bytes

Contents

# Sinon.js for Rails

sinon.js via asset pipeline

## Installation

Add this line to your application's Gemfile:

    gem 'sinon-rails'

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

4 entries across 4 versions & 1 rubygems

Version Path
sinon-rails-1.7.3 README.md
sinon-rails-1.7.1.1 README.md
sinon-rails-1.4.2.1 README.md
sinon-rails-1.4.2 README.md