Created
August 10, 2012 19:09
-
-
Save austenito/3316977 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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