Skip to content

Commit

Permalink
Verify that implicit tap is kept
Browse files Browse the repository at this point in the history
  • Loading branch information
tt committed Nov 11, 2024
1 parent be3ef90 commit d7a23b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/bundle/commands/cleanup_command_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
end

it "computes which tap to untap" do
allow(Bundle::TapDumper).to receive(:tap_names).and_return(%w[z homebrew/bundle homebrew/core])
allow(Bundle::TapDumper).to receive(:tap_names).and_return(%w[z homebrew/bundle homebrew/core homebrew/tap])
expect(described_class.taps_to_untap).to eql(%w[z])
end

Expand Down

0 comments on commit d7a23b4

Please sign in to comment.