Created
December 4, 2010 23:02
-
-
Save sbellware/728582 to your computer and use it in GitHub Desktop.
This Doesn't Work
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
| # see: https://gist.github.com/728575 | |
| describe Thing do | |
| concern { subject.foo } | |
| it { should_have_received(:bar) } | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment