aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_utils.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_utils.rb')
-rw-r--r--Library/Homebrew/test/test_utils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_utils.rb b/Library/Homebrew/test/test_utils.rb
index 93ba4ebb5..4a4d96076 100644
--- a/Library/Homebrew/test/test_utils.rb
+++ b/Library/Homebrew/test/test_utils.rb
@@ -3,6 +3,6 @@ require 'testing_env'
class UtilTests < Homebrew::TestCase
def test_put_columns_empty
# Issue #217 put columns with new results fails.
- puts_columns []
+ assert_silent { puts_columns [] }
end
end