Fix rubocop complaint

pull/151/head
Andre Richter 2 years ago
parent 1581b26995
commit c411de77f0
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -8,6 +8,7 @@
class Test class Test
INDENT = ' ' INDENT = ' '
# rubocop:disable Style/RedundantInitialize
def initialize def initialize
# Template instance variables. # Template instance variables.
# @test_name # @test_name
@ -15,6 +16,7 @@ class Test
# @test_output # @test_output
# @test_error # @test_error
end end
# rubocop:enable Style/RedundantInitialize
private private

Loading…
Cancel
Save