Skip to content

Instantly share code, notes, and snippets.

@austenito
Created August 10, 2012 19:09
Show Gist options
  • Save austenito/3316977 to your computer and use it in GitHub Desktop.
Save austenito/3316977 to your computer and use it in GitHub Desktop.
it "calls MC.clear_validation", ->
MC.reset_redemption_form()
expect(MC.clear_validation).toHaveBeenCalled()
it "calls MC.disable_button on the 'redeem' button", ->
MC.reset_redemption_form()
expect(MC.disable_button).toHaveBeenCalledWith($("#redeem"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment