Skip to content

Commit

Permalink
added pry (but not using it)
Browse files Browse the repository at this point in the history
  • Loading branch information
alto committed Apr 28, 2013
1 parent 471fcf4 commit b137337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions aasm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'sqlite3'
s.add_development_dependency 'minitest'
# s.add_development_dependency 'debugger'
# s.add_development_dependency 'pry'
s.add_development_dependency 'ruby-debug-completion'

s.files = `git ls-files`.split("\n")
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

# require 'ruby-debug'; Debugger.settings[:autoeval] = true; debugger; rubys_debugger = 'annoying'
# require 'ruby-debug/completion'
# require 'pry'

def load_schema
config = YAML::load(IO.read(File.dirname(__FILE__) + '/database.yml'))
Expand Down

0 comments on commit b137337

Please sign in to comment.