From abba3e1678b7ce0f19ebca51914d2b89ec056321 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Wed, 20 Jan 2021 00:58:14 +0900 Subject: [PATCH] omit count (mac tally) --- test/youplot/command_test.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/youplot/command_test.rb b/test/youplot/command_test.rb index ac07eba..e3ba15a 100644 --- a/test/youplot/command_test.rb +++ b/test/youplot/command_test.rb @@ -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