Merge pull request #8466 from reitermarkus/bundle-spec
Remove unused metadata from `bundle` spec.
This commit is contained in:
commit
75962590db
@ -1,6 +1,6 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
describe "brew bundle", :integration_test, :needs_test_cmd_taps do
|
describe "brew bundle", :integration_test do
|
||||||
describe "check" do
|
describe "check" do
|
||||||
it "checks if a Brewfile's dependencies are satisfied", :needs_network do
|
it "checks if a Brewfile's dependencies are satisfied", :needs_network do
|
||||||
setup_remote_tap "homebrew/bundle"
|
setup_remote_tap "homebrew/bundle"
|
||||||
|
|||||||
@ -97,10 +97,6 @@ RSpec.configure do |config|
|
|||||||
skip "Requires compatibility layer." if ENV["HOMEBREW_NO_COMPAT"]
|
skip "Requires compatibility layer." if ENV["HOMEBREW_NO_COMPAT"]
|
||||||
end
|
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
|
config.before(:each, :needs_linux) do
|
||||||
skip "Not on Linux." unless OS.linux?
|
skip "Not on Linux." unless OS.linux?
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user