Removed file name extensions

This commit is contained in:
kojix2 2020-11-06 10:00:55 +09:00
parent 942705ab23
commit 7fc7c797af
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
require_relative '../test_helper.rb'
require_relative '../test_helper'
class UplotCommandTest < Test::Unit::TestCase
end

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
require_relative '../test_helper.rb'
require_relative '../test_helper'
class UplotPlotTest < Test::Unit::TestCase
end

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
require_relative '../test_helper.rb'
require_relative '../test_helper'
class UplotPreprocessingTest < Test::Unit::TestCase
def setup