Merge pull request #8466 from reitermarkus/bundle-spec

Remove unused metadata from `bundle` spec.
This commit is contained in:
Markus Reiter 2020-08-24 19:35:59 +02:00 committed by GitHub
commit 75962590db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -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"

View File

@ -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