README.md in jasmine-jquery-rails-2.0.2 vs README.md in jasmine-jquery-rails-2.0.3
- old
+ new
@@ -10,12 +10,14 @@
And then execute:
$ bundle
-Add this line to your test manifest file:
+Assuming you're using the jasmine gem, in your jasmine.yml have:
- //=require jasmine-jquery
+ src_files:
+ - ...
+ - assets/jasmine-jquery.js
Or directly include at `/assets/jasmine-jquery.js`
## Usage