Skip to content

Instantly share code, notes, and snippets.

@msassak
Forked from DCarper/steps.rb
Created March 2, 2011 20:09
Show Gist options
  • Select an option

  • Save msassak/851639 to your computer and use it in GitHub Desktop.

Select an option

Save msassak/851639 to your computer and use it in GitHub Desktop.
When /^I delete that comment$/ do
Comment.count.should == 1
@comment = Comment.last
debugger
When %Q{I press "X" within "#comments li:first .destroy_comment"}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment