spec/integration/app_spec.rb in pact_broker-2.40.0 vs spec/integration/app_spec.rb in pact_broker-2.41.0

- old
+ new

@@ -27,10 +27,10 @@ end context "when Accept includes text/html" do let(:env) { {'HTTP_ACCEPT' => 'text/html'} } - subject { get path, '', env; last_response } + subject { get(path, '', env) } describe "a request for root" do let(:path) { '/' } it "returns the relationships page" do