spec/spec_helper.rb in auction-ruby-base-0.1.1 vs spec/spec_helper.rb in auction-ruby-base-0.1.2

- old
+ new

@@ -3,10 +3,10 @@ require 'simplecov' SimpleCov.start require 'pry' -require 'stellar-base' +require 'auction-ruby-base' SPEC_ROOT = File.dirname(__FILE__) Dir["#{SPEC_ROOT}/support/**/*.rb"].each { |f| require f }