Skip to content

Instantly share code, notes, and snippets.

@radarek
Created September 26, 2013 08:43
Show Gist options
  • Save radarek/6711521 to your computer and use it in GitHub Desktop.
Save radarek/6711521 to your computer and use it in GitHub Desktop.
group :test
gem 'pry'
gem 'pry-doc'
gem 'pry-nav'
gem 'pry-rails'
gem 'pry-rescue'
gem 'pry-stack_explorer'
end
if %w(1 true).include?(ENV['PRY_RESCUE'])
require 'pry-rescue/minitest'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment