Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 7e18d70

Browse files
committed
Add rspec gem to list as well.
While it’s not normally needed (it has no code!), some RSpec extensions depend directly on `rspec` and in such situations you’ll need it to have the newer version as well.
1 parent dcc5e92 commit 7e18d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Want to run against the `master` branch? You'll need to include the dependent
1414
RSpec repos as well. Add the following to your `Gemfile`:
1515

1616
```ruby
17-
%w[rspec-core rspec-expectations rspec-mocks rspec-support].each do |lib|
17+
%w[rspec rspec-core rspec-expectations rspec-mocks rspec-support].each do |lib|
1818
gem lib, :git => "git://github.com/rspec/#{lib}.git", :branch => 'master'
1919
end
2020
```

0 commit comments

Comments
 (0)