mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-11-07 05:08:29 +08:00
Rubocop auto correct
This commit is contained in:
@@ -17,4 +17,4 @@ class UnicodePlotTest < Test::Unit::TestCase
|
||||
test 'PREDEFINED_TRANSFORM_FUNCTIONS' do
|
||||
assert_instance_of Hash, UnicodePlot::ValueTransformer::PREDEFINED_TRANSFORM_FUNCTIONS
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -253,7 +253,6 @@ class YouPlotSimpleTest < Test::Unit::TestCase
|
||||
assert_equal fixture('simple-lineplot-ylim--25-50.txt'), @stderr_file.read
|
||||
end
|
||||
|
||||
|
||||
test :line_xlim_and_ylim do
|
||||
YouPlot::Command.new(['line', '--xlim', '-1,5', '--ylim', '-25,50']).run
|
||||
assert_equal fixture('simple-lineplot-xlim--1-5-ylim--25-50.txt'), @stderr_file.read
|
||||
|
||||
Reference in New Issue
Block a user