mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
9 lines
174 B
Ruby
9 lines
174 B
Ruby
require 'testing_env'
|
|
|
|
class UtilTests < Test::Unit::TestCase
|
|
def test_put_columns_empty
|
|
# Issue #217 put columns with new results fails.
|
|
puts_columns []
|
|
end
|
|
end
|