diff --git a/common/tests/test.rb b/common/tests/test.rb index d102ecd9..7ba5b7c4 100644 --- a/common/tests/test.rb +++ b/common/tests/test.rb @@ -8,6 +8,7 @@ class Test INDENT = ' ' + # rubocop:disable Style/RedundantInitialize def initialize # Template instance variables. # @test_name @@ -15,6 +16,7 @@ class Test # @test_output # @test_error end + # rubocop:enable Style/RedundantInitialize private