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.
2 parents d942a5d + 1f2ba80 commit 0ac4348Copy full SHA for 0ac4348
README.md
@@ -24,11 +24,11 @@ Or install it yourself as:
24
25
See https://github.com/rspec/rspec-rails/issues/1393.
26
27
-rspec-rails will automatically integrate with this gem once `3.5.0` and Rails 5 are released.
+rspec-rails automatically integrates with this gem since version `3.5.0`.
28
Adding the gem to your `Gemfile` is sufficient.
29
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`.
+If you use an older version of rspec-rails, you can manually include the
+modules in your `rails_helper`.
32
33
```ruby
34
RSpec.configure do |config|
0 commit comments