spec/integration/spec_helper.rb in infrataster-0.1.4 vs spec/integration/spec_helper.rb in infrataster-0.1.5
- old
+ new
@@ -8,10 +8,9 @@
Infrataster::Server.define(
:app,
'172.16.44.11',
vagrant: true,
from: :proxy,
- mysql: {user: 'app', password: 'app'},
)
Infrataster::BrowsermobProxy.bin_path = File.expand_path('../vm/vendor/browsermob/bin/browsermob-proxy', __FILE__)
RSpec.configure do |config|