Skip to content

Commit 7db69f7

Browse files
authored
Merge pull request #22 from nwittstruck/master
More explicit instructions #12
2 parents 64c4958 + 302a431 commit 7db69f7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@ And then execute:
1414

1515
$ bundle
1616

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:
17+
To finish the installation and start using `stub_model` and `mock_model`, require the
18+
following file in your `spec_helper.rb` or `rails_helper.rb`.
2319

2420
require 'rspec/active_model/mocks'
2521

0 commit comments

Comments
 (0)