Skip to content

Instantly share code, notes, and snippets.

@trevorturk
Created September 22, 2010 02:50
Show Gist options
  • Save trevorturk/591040 to your computer and use it in GitHub Desktop.
Save trevorturk/591040 to your computer and use it in GitHub Desktop.
# instead of this:
assert_emails do
post :create, :invitation => Invitation.plan
end
# ...do this:
assert_difference 'ActionMailer::Base.deliveries.size' do
post :create, :invitation => Invitation.plan
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment