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