spec/lib/convox/client_spec.rb in convox_installer-2.0.0 vs spec/lib/convox/client_spec.rb in convox_installer-3.0.0

- old
+ new

@@ -136,10 +136,10 @@ config: { aws_region: 'us-west-2', stack_name: 'convox-test' } ) - expect(client).to receive(:write_host).with( + expect(client).to receive(:write_current).with( 'convox-test-697645520.us-west-2.elb.amazonaws.com' ) expect(client.validate_convox_auth_and_write_host!).to( eq('convox-test-697645520.us-west-2.elb.amazonaws.com') )