Skip to content
Snippets Groups Projects
Commit 21c502e0 authored by Markus Reiter's avatar Markus Reiter
Browse files

Remove unused metadata from `bundle` spec.

parent ed443cc7
No related branches found
No related tags found
No related merge requests found
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment