Rubocop auto correct

This commit is contained in:
kojix2
2020-09-19 00:08:09 +09:00
parent 4d62acea75
commit a33b0e7628
16 changed files with 33 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'simplecov'
SimpleCov.start

View File

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

View File

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

View File

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

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'test_helper'
class UplotTest < Test::Unit::TestCase