Skip to content

Instantly share code, notes, and snippets.

@sbellware
Created December 4, 2010 23:02
Show Gist options
  • Select an option

  • Save sbellware/728582 to your computer and use it in GitHub Desktop.

Select an option

Save sbellware/728582 to your computer and use it in GitHub Desktop.
This Doesn't Work
# 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