Skip to content

Instantly share code, notes, and snippets.

@j-mcnally
Created January 19, 2014 22:00
Show Gist options
  • Select an option

  • Save j-mcnally/8511557 to your computer and use it in GitHub Desktop.

Select an option

Save j-mcnally/8511557 to your computer and use it in GitHub Desktop.
Stubbing charge creation in stripe
@charges = []
Stripe::Charge.stub(:create) { |hash| @charges << hash }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment