mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-07 15:41:12 +08:00
Removed file name extensions
This commit is contained in:
parent
942705ab23
commit
7fc7c797af
@ -1,6 +1,6 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require_relative '../test_helper.rb'
|
require_relative '../test_helper'
|
||||||
|
|
||||||
class UplotCommandTest < Test::Unit::TestCase
|
class UplotCommandTest < Test::Unit::TestCase
|
||||||
end
|
end
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require_relative '../test_helper.rb'
|
require_relative '../test_helper'
|
||||||
|
|
||||||
class UplotPlotTest < Test::Unit::TestCase
|
class UplotPlotTest < Test::Unit::TestCase
|
||||||
end
|
end
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require_relative '../test_helper.rb'
|
require_relative '../test_helper'
|
||||||
|
|
||||||
class UplotPreprocessingTest < Test::Unit::TestCase
|
class UplotPreprocessingTest < Test::Unit::TestCase
|
||||||
def setup
|
def setup
|
||||||
|
Loading…
Reference in New Issue
Block a user