mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-09-16 16:18:11 +08:00
Flatten the module hierarchy
Move Parser and Options up
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user