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 5fad193 commit 1965116Copy full SHA for 1965116
README.md
@@ -45,11 +45,8 @@ See the [`7-1-maintenance` branch on Github](https://github.com/rspec/rspec-rail
45
end
46
47
# Or, run against the main branch
48
- # (requires main-branch versions of all related RSpec libraries)
49
group :development, :test do
50
- %w[rspec-core rspec-expectations rspec-mocks rspec-rails rspec-support].each do |lib|
51
- gem lib, git: "https://github.com/rspec/#{lib}.git", branch: 'main'
52
- end
+ gem 'rspec-rails', git: 'https://github.com/rspec/rspec-rails'
53
54
```
55
0 commit comments