Skip to content

Instantly share code, notes, and snippets.

@tosik
Created November 6, 2012 01:52
Show Gist options
  • Select an option

  • Save tosik/4021977 to your computer and use it in GitHub Desktop.

Select an option

Save tosik/4021977 to your computer and use it in GitHub Desktop.
describe '.bar' do
subject { Foo }
it { should_receive(:boo) }
it { should_receive(:baa) }
# when
after do
subject.bar
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment