spec/spec_helper.rb in border-patrol-0.1.0 vs spec/spec_helper.rb in border-patrol-0.1.1
- old
+ new
@@ -1,9 +1,7 @@
ENV['RACK_ENV'] = 'test'
require 'rubygems'
-require 'pry'
-require 'pry-debugger'
require 'border-patrol'
Dir['./spec/support/*.rb'].each { |f| require f }
RSpec.configure do |config|