Skip to content

Commit e3574ff

Browse files
author
Andrew Kostka
committed
Update docs to use the correct branch name for older rails versions
1 parent 487fa59 commit e3574ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ Use **[`rspec-rails` 1.x][]** for Rails 2.x.
3333

3434
# Or, run against the master branch
3535
# (requires master-branch versions of all related RSpec libraries)
36+
# Replace branch name with the appropriate branch for your rails version
3637
group :development, :test do
3738
%w[rspec-core rspec-expectations rspec-mocks rspec-rails rspec-support].each do |lib|
38-
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'
3940
end
4041
end
4142
```

0 commit comments

Comments
 (0)