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 487fa59 commit e3574ffCopy full SHA for e3574ff
README.md
@@ -33,9 +33,10 @@ Use **[`rspec-rails` 1.x][]** for Rails 2.x.
33
34
# Or, run against the master branch
35
# (requires master-branch versions of all related RSpec libraries)
36
+ # Replace branch name with the appropriate branch for your rails version
37
group :development, :test do
38
%w[rspec-core rspec-expectations rspec-mocks rspec-rails rspec-support].each do |lib|
- gem lib, :git => "https://github.com/rspec/#{lib}.git", :branch => 'master'
39
+ gem lib, :git => "https://github.com/rspec/#{lib}.git", :branch => '3-9-maintenance'
40
end
41
42
```
0 commit comments