spec/integration/spec_helper.rb in infrataster-0.1.8 vs spec/integration/spec_helper.rb in infrataster-0.1.9

- old
+ new

@@ -1,14 +1,14 @@ require 'infrataster/rspec' Infrataster::Server.define( :proxy, - '192.168.44.10', + '192.168.0.0/16', vagrant: true, ) Infrataster::Server.define( :app, - '172.16.44.11', + '172.16.0.0/16', vagrant: true, from: :proxy, ) RSpec.configure do |config|