Remove unused metadata from bundle spec.

This commit is contained in:
Markus Reiter 2020-08-24 08:31:00 +02:00
parent ed443cc7c7
commit 21c502e05f
2 changed files with 1 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
describe "brew bundle", :integration_test, :needs_test_cmd_taps do
describe "brew bundle", :integration_test do
describe "check" do
it "checks if a Brewfile's dependencies are satisfied", :needs_network do
setup_remote_tap "homebrew/bundle"

View File

@ -97,10 +97,6 @@ RSpec.configure do |config|
skip "Requires compatibility layer." if ENV["HOMEBREW_NO_COMPAT"]
end
config.before(:each, :needs_official_cmd_taps) do
skip "Needs official command Taps." unless ENV["HOMEBREW_TEST_OFFICIAL_CMD_TAPS"]
end
config.before(:each, :needs_linux) do
skip "Not on Linux." unless OS.linux?
end