Last active
November 19, 2015 08:02
-
-
Save YumaInaura/956d583a321e98e1d1f6 to your computer and use it in GitHub Desktop.
Rspec: mock と double の違い ref: http://qiita.com/Yinaura/items/4aa239c95fca7da6d6b0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - mock(name: 'Jack') | |
| + double(name: 'Jack') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment