omit count (mac tally)

This commit is contained in:
kojix2 2021-01-20 00:58:14 +09:00
parent 991cf90267
commit abba3e1678

View File

@ -105,11 +105,13 @@ class YouPlotCommandTest < Test::Unit::TestCase
end
test :c do
omit
YouPlot::Command.new(['count', '-H', '-d,']).run
assert_equal fixture('iris-count.txt'), @stderr_file.read
end
test :count do
omit
YouPlot::Command.new(['c', '-H', '-d,']).run
assert_equal fixture('iris-count.txt'), @stderr_file.read
end