spec/spec_helper.rb in bit_wallet-0.4.0 vs spec/spec_helper.rb in bit_wallet-0.5.0

- old
+ new

@@ -33,6 +33,8 @@ config.include FactoryGirl::Syntax::Methods config.before(:each) do BitWallet.config.min_conf = 0 end + + config.order = "random" end