spec/spec_helper.rb in bit_wallet-0.6.1 vs spec/spec_helper.rb in bit_wallet-0.7.0

- old
+ new

@@ -31,10 +31,10 @@ RSpec.configure do |config| config.include FactoryGirl::Syntax::Methods config.before(:each) do - BitWallet.config.min_conf = 0 + BitWallet.min_conf = 0 end config.order = "random" end