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
- Host: GitHub
- URL: https://github.com/mtarnovan/jasmine-sinon-rails
- Owner: mtarnovan
- License: mit
- Created: 2012-06-01T13:31:56.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-12T20:36:34.000Z (over 13 years ago)
- Last Synced: 2025-04-20T05:36:34.747Z (about 1 year ago)
- Language: Ruby
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .