Revisions

gist: 226002 Download_button fork
public
Description:
See http://daniel.collectiveidea.com/blog/2009/11/4/helpful-cucumber-steps
Public Clone URL: git://gist.github.com/226002.git
Embed All Files: show embed
wtf_steps.rb #
1
2
3
4
5
6
7
8
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