spec/integration/spec_helper.rb in infrataster-0.1.3 vs spec/integration/spec_helper.rb in infrataster-0.1.4
- old
+ new
@@ -7,10 +7,11 @@
)
Infrataster::Server.define(
:app,
'172.16.44.11',
vagrant: true,
- from: :proxy
+ 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|