aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/cmd/bundle_spec.rb
diff options
context:
space:
mode:
authorMike McQuaid2017-04-22 12:26:18 +0100
committerMike McQuaid2017-04-22 12:49:14 +0100
commita6df701fad516a1da54ea245fb47826d47dc03b5 (patch)
treea60cec8272fa08f6409c0e46a483322e604f13c9 /Library/Homebrew/test/cmd/bundle_spec.rb
parent268f2dbde2f157bab14518a2d725a111a44e00a3 (diff)
downloadbrew-a6df701fad516a1da54ea245fb47826d47dc03b5.tar.bz2
tests: reduce some noise.
- Tweak the way offline skipping happens - Skip more tests that break when offline - Hide more stdout output from tests.
Diffstat (limited to 'Library/Homebrew/test/cmd/bundle_spec.rb')
-rw-r--r--Library/Homebrew/test/cmd/bundle_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/cmd/bundle_spec.rb b/Library/Homebrew/test/cmd/bundle_spec.rb
index 13f13485c..286ddba97 100644
--- a/Library/Homebrew/test/cmd/bundle_spec.rb
+++ b/Library/Homebrew/test/cmd/bundle_spec.rb
@@ -1,6 +1,6 @@
describe "brew bundle", :integration_test, :needs_test_cmd_taps do
describe "check" do
- it "checks if a Brewfile's dependencies are satisfied" do
+ it "checks if a Brewfile's dependencies are satisfied", :needs_network do
setup_remote_tap "homebrew/bundle"
HOMEBREW_REPOSITORY.cd do