An open API service indexing awesome lists of open source software.

https://github.com/mtarnovan/jasmine-sinon-rails

Adds Sinone matchers for Jasmine to Rails asset pipeline
https://github.com/mtarnovan/jasmine-sinon-rails

Last synced: 11 months ago
JSON representation

Adds Sinone matchers for Jasmine to Rails asset pipeline

Awesome Lists containing this project

README

          

jasmine-sinon-rails
===================

Includes jasmine-sinon matchers from https://github.com/froots/jasmine-sinon for the Rails 3.1+ asset pipeline.

Installation
============

1. Add ```gem 'jasmine-sinon-rails'``` to your gemfile
2. Run bundle install
3. Add ```#= require jasmine-sinon``` to your spec manifest

Usage
=====

For documentation on jasmine-sinon visit https://github.com/froots/jasmine-sinon .