Created
November 4, 2009 12:18
-
-
Save danielmorrison/226002 to your computer and use it in GitHub Desktop.
This file contains 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
When /I see wtf is going on/i do | |
save_and_open_page | |
end | |
When /I want to debug/i do | |
debugger | |
true # never put debugger at the end of a method | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment