Skip to content

Instantly share code, notes, and snippets.

@denniskuczynski
Created June 22, 2012 21:43
Show Gist options
  • Save denniskuczynski/2975370 to your computer and use it in GitHub Desktop.
Save denniskuczynski/2975370 to your computer and use it in GitHub Desktop.
Spec with Example option passed in
describe Thing do
it "should fire after_commit", :with_transaction_callbacks => true do
#do something that fires a commit
#check firing
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment