Skip to content

Commit 0ac4348

Browse files
authored
Merge pull request #30 from lime/readme-rspec
Update README section on RSpec
2 parents d942a5d + 1f2ba80 commit 0ac4348

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Or install it yourself as:
2424

2525
See https://github.com/rspec/rspec-rails/issues/1393.
2626

27-
rspec-rails will automatically integrate with this gem once `3.5.0` and Rails 5 are released.
27+
rspec-rails automatically integrates with this gem since version `3.5.0`.
2828
Adding the gem to your `Gemfile` is sufficient.
2929

30-
To work around the issue right now, use a beta version of rspec-rails or
31-
manually you'll have to include the modules in your `rails_helper`.
30+
If you use an older version of rspec-rails, you can manually include the
31+
modules in your `rails_helper`.
3232

3333
```ruby
3434
RSpec.configure do |config|

0 commit comments

Comments
 (0)