Skip to content

Commit

Permalink
Merge branch 'master' into auto_detect_commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 14, 2023
2 parents 6a958db + d52a880 commit a145ebf
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions spec/integration/can_i_deploy_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@
end
end

context "when the pacticipants can't be deployed" do
subject { `bundle exec bin/pact-broker can-i-deploy --pacticipant Wiffle --version 1.2.3 --pacticipant Meep --version 4.5.6 --broker-base-url http://localhost:5000` }

it "returns an error exit code" do
subject
expect($?.exitstatus).to_not eq 0
end
end

after(:all) do
Process.kill 'KILL', @pipe.pid
end
Expand Down

0 comments on commit a145ebf

Please sign in to comment.