Skip to content

Commit

Permalink
Merge pull request #804 from andyw8/patch-1
Browse files Browse the repository at this point in the history
Fix minor typo (veryifing -> verifying)
  • Loading branch information
myronmarston committed Oct 24, 2014
2 parents 4496242 + c18a943 commit 9e9837b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/verifying_doubles/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Verifying doubles are a stricter alternative to [normal doubles](./basics/test-doubles) that provide guarantees about
what is being verified. When using verifying doubles, RSpec will check that the methods
being stubbed are actually present on the underlying object if it is available. Prefer using
veryifing doubles over normal doubles.
verifying doubles over normal doubles.

No checking will happen if the underlying object or class is not defined, but when run with
it present (either as a full spec run or by explicitly preloading collaborators) a failure will be
Expand Down

0 comments on commit 9e9837b

Please sign in to comment.