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 b5cedde commit 38c8aadCopy full SHA for 38c8aad
README.md
@@ -22,6 +22,8 @@ Use **[`rspec-rails` 1.x][]** for Rails 2.x.
22
23
## Installation
24
25
+**IMPORTANT** This README / branch refers to the current development build.
26
+See the `4-0-maintenance` branch on Github if you want or require the latest stable release.
27
28
1. Add `rspec-rails` to **both** the `:development` and `:test` groups
29
of your app’s `Gemfile`:
lib/rspec/rails/version.rb
@@ -3,7 +3,7 @@ module Rails
3
# Version information for RSpec Rails.
4
module Version
5
# Current version of RSpec Rails, in semantic versioning format.
6
- STRING = '4.0.0'
+ STRING = '4.1.0.pre'
7
end
8
9
0 commit comments