Skip to content

Commit

Permalink
chore: remove can-i-deploy integration spec
Browse files Browse the repository at this point in the history
This was not getting the expected response from the mock service, and there seems to be no appropriate interaction to use, so deleting this spec.
  • Loading branch information
bethesque committed Oct 14, 2023
1 parent 4cb5c04 commit d52a880
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 d52a880

Please sign in to comment.