From c411de77f023c86ae588176c33d0dc0c25205ad1 Mon Sep 17 00:00:00 2001 From: Andre Richter Date: Fri, 8 Apr 2022 22:36:39 +0200 Subject: [PATCH] Fix rubocop complaint --- common/tests/test.rb | 2 ++ 1 file changed, 2 insertions(+) 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