Skip to content

Commit

Permalink
Remove pry
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Leech committed Jul 7, 2014
1 parent 72dcb1c commit bde8468
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/spec_requirer.rb
Expand Up @@ -2,11 +2,6 @@
require 'spec_requirer/configuration'
require 'spec_requirer/loader'

begin
require 'pry'
rescue LoadError
end

module SpecRequirer
def self.setup(config_options = {})
config_options.each { |k,v| configuration.send("#{k}=", v) }
Expand Down

0 comments on commit bde8468

Please sign in to comment.