Skip to content

Instantly share code, notes, and snippets.

@stephenjudkins
Created November 17, 2010 22:28
Show Gist options
  • Save stephenjudkins/704249 to your computer and use it in GitHub Desktop.
Save stephenjudkins/704249 to your computer and use it in GitHub Desktop.
Around do |scenario, block|
RSpec::Mocks.setup(self)
RSpec::Mocks.teardown
block.call
RSpec::Mocks.verify
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment