Flatten the module hierarchy

Move Parser and Options up
This commit is contained in:
kojix2
2021-05-27 21:49:53 +09:00
parent 7c42d9a444
commit 29dfe424e7
7 changed files with 325 additions and 330 deletions

View File

@@ -141,7 +141,7 @@ class YouPlotIRISTest < Test::Unit::TestCase
end
test :unrecognized_command do
assert_raise(YouPlot::Command::Parser::Error) do
assert_raise(YouPlot::Parser::Error) do
YouPlot::Command.new(['abracadabra', '--hadley', '--wickham']).run
end
assert_equal '', @stderr_file.read