mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-09-15 23:48:10 +08:00
Rubocop auto correct
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'simplecov'
|
||||
SimpleCov.start
|
||||
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require_relative '../test_helper.rb'
|
||||
|
||||
class UplotCommandTest < Test::Unit::TestCase
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require_relative '../test_helper.rb'
|
||||
|
||||
class UplotPlotTest < Test::Unit::TestCase
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require_relative '../test_helper.rb'
|
||||
|
||||
class UplotPreprocessingTest < Test::Unit::TestCase
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'test_helper'
|
||||
|
||||
class UplotTest < Test::Unit::TestCase
|
||||
|
Reference in New Issue
Block a user