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 014b9f8 commit bd54ec4Copy full SHA for bd54ec4
README.md
@@ -22,13 +22,18 @@ Use **[`rspec-rails` 1.x][]** for Rails 2.x.
22
23
## Installation
24
25
+**IMPORTANT** Note that rspec-rails 4.0 is still a beta release whilst we work out some
26
+breaking changes. See the `3-9-maintenance` branch on Github if you want or require
27
+the latest stable release.
28
+
29
1. Add `rspec-rails` to **both** the `:development` and `:test` groups
30
of your app’s `Gemfile`:
31
32
```ruby
33
# Run against the latest stable release
34
group :development, :test do
- gem 'rspec-rails', '~> 4.0'
35
+ # Note that rspec-rails 4.0 is still a beta release
36
+ gem 'rspec-rails', '~> 4.0.0.beta'
37
end
38
39
# Or, run against the master branch
0 commit comments