Skip to content

Instantly share code, notes, and snippets.

@cherring
Created December 2, 2013 02:59
Show Gist options
  • Save cherring/7744329 to your computer and use it in GitHub Desktop.
Save cherring/7744329 to your computer and use it in GitHub Desktop.
Binding.pry example
group :test, :development do
gem "pry"
gem "pry-rails" # Assuming you are using rails
end
it "should do a thing" do
# do shiz
binding.pry # Will stop and give you a prompt and you can poke around
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment