Skip to content

Commit

Permalink
Add Pry for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Sep 12, 2014
1 parent b69d453 commit 641bbec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source "https://rubygems.org"

gemspec

gem "pry"
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
require 'bundler/setup'
require 'rspec'
require 'mocha/api'
require 'pry'

require 'mini_magick'

Expand Down

0 comments on commit 641bbec

Please sign in to comment.