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 64c4958 + 302a431 commit 7db69f7Copy full SHA for 7db69f7
README.md
@@ -14,12 +14,8 @@ And then execute:
14
15
$ bundle
16
17
-If you are using [rspec-rails](https://github.com/rspec/rspec-rails) and have
18
-followed the installation instructions there, you're all set to use `stub_model`
19
-and `mock_model`.
20
-
21
-To use `stub_model` and `mock_model` without rspec-rails, require the
22
-following file:
+To finish the installation and start using `stub_model` and `mock_model`, require the
+following file in your `spec_helper.rb` or `rails_helper.rb`.
23
24
require 'rspec/active_model/mocks'
25
0 commit comments