We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa4412 commit 20894a4Copy full SHA for 20894a4
README.md
@@ -143,8 +143,8 @@ love to get Jasmine running also, but haven't had time yet.
143
Tests can be ran against different versions of Rails like so:
144
145
```
146
-BUNDLE_GEMFILE=spec/gemfiles/Gemfile.rails-3.2.x bundle install
147
-BUNDLE_GEMFILE=spec/gemfiles/Gemfile.rails-3.2.x bundle exec rspec spec
+BUNDLE_GEMFILE=spec/gemfiles/Gemfile.rails-4.0.x bundle install
+BUNDLE_GEMFILE=spec/gemfiles/Gemfile.rails-4.0.x bundle exec rspec spec
148
149
150
Feel free to open issues or send pull requests.
0 commit comments