We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a04e5 commit 3b099ceCopy full SHA for 3b099ce
README.md
@@ -46,11 +46,8 @@ require the latest unstable features.
46
end
47
48
# Or, run against the main branch
49
- # (requires main-branch versions of all related RSpec libraries)
50
group :development, :test do
51
- %w[rspec-core rspec-expectations rspec-mocks rspec-rails rspec-support].each do |lib|
52
- gem lib, git: "https://github.com/rspec/#{lib}.git", branch: 'main'
53
- end
+ gem 'rspec-rails', git: 'https://github.com/rspec/rspec-rails'
54
55
```
56
0 commit comments