Skip to content

Instantly share code, notes, and snippets.

@sergii
Forked from enajski/hooks.rb
Last active August 29, 2015 14:10
Show Gist options
  • Save sergii/faa8bc388c1bd1385fb3 to your computer and use it in GitHub Desktop.
Save sergii/faa8bc388c1bd1385fb3 to your computer and use it in GitHub Desktop.
require 'pry'
After( '@developing' ) do |scenario|
binding.pry if scenario.failed?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment