Skip to content

Commit bd54ec4

Browse files
authored
Update readme.md with note about 4.0.0 beta
1 parent 014b9f8 commit bd54ec4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,18 @@ Use **[`rspec-rails` 1.x][]** for Rails 2.x.
2222

2323
## Installation
2424

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+
2529
1. Add `rspec-rails` to **both** the `:development` and `:test` groups
2630
of your app’s `Gemfile`:
2731

2832
```ruby
2933
# Run against the latest stable release
3034
group :development, :test do
31-
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'
3237
end
3338

3439
# Or, run against the master branch

0 commit comments

Comments
 (0)