Skip to content

Instantly share code, notes, and snippets.

@duncan-bayne
Created October 23, 2013 02:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duncan-bayne/7111638 to your computer and use it in GitHub Desktop.
Save duncan-bayne/7111638 to your computer and use it in GitHub Desktop.
Trying to use pry-rescue and Cucumber with an Around hook.
Around do |scenario, block|
Pry::rescue do
block.call
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment