spec/integration/spec_helper.rb in infrataster-0.1.11 vs spec/integration/spec_helper.rb in infrataster-0.1.12
- old
+ new
@@ -8,9 +8,10 @@
Infrataster::Server.define(
:app,
'172.16.0.0/16',
vagrant: true,
from: :proxy,
+ http: {host: 'example.com'},
)
RSpec.configure do |config|
config.treat_symbols_as_metadata_keys_with_true_values = true
config.run_all_when_everything_filtered = true