Remove unused metadata from bundle spec.
This commit is contained in:
parent
ed443cc7c7
commit
21c502e05f
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user