Skip to content
Snippets Groups Projects
Commit 66ffc46a authored by Jack Nagel's avatar Jack Nagel
Browse files

Use assert_silent

parent 4b6abc7d
No related branches found
No related tags found
No related merge requests found
......@@ -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
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