Vendored JavaScript files for use with Jasmine
Go to file
John Bintz bcada08828 Merge pull request #3 from zspencer/master
Add jasmine-fixture to the set of bundled extras
2012-01-27 07:02:51 -08:00
lib Create the Rails Engine only if it's a Rails application. 2011-12-16 21:45:58 -08:00
vendor/assets/javascripts Add Jasmine Fixture 2012-01-26 08:36:07 -07:00
.gitignore initial commit 2011-10-17 09:56:48 -04:00
Gemfile initial commit 2011-10-17 09:56:48 -04:00
README.md Add Jasmine Fixture 2012-01-26 08:36:07 -07:00
Rakefile initial commit 2011-10-17 09:56:48 -04:00
jasmine-spec-extras.gemspec bump version 2012-01-04 08:15:04 -05:00

README.md

Use vendored Jasmine helpers! No more copying around all those fun helpers to all your projects!

Works in jasmine-headless-webkit versions that support Sprockets.

What it comes with...

It comes with the libraries I need:

How to use it

It's Sprockets vendored gem goodness, so at the top of your spec_helper:

#= require jasmine-jquery
#= require sinon
#= require jasmine-sinon

...make cool code...

Why?

I got sick of copying jasmine-jquery and sinon to all my projects. Now with one gem, they're all available. It also makes it easier to copy around your own JS stuff.

Warnings from the bleeding edge

So early in its development! I'm just bundling these libraries together, and if you want a newer version or a new library included, do a pull request!