diff --git a/language/execution_spec.rb b/language/execution_spec.rb index ef1de3889..51bcde62e 100644 --- a/language/execution_spec.rb +++ b/language/execution_spec.rb @@ -38,7 +38,7 @@ 2.times do runner.instance_exec do - `test #{:command}` + `test #{:command}` # rubocop:disable Lint/LiteralInInterpolation end end @@ -84,7 +84,7 @@ 2.times do runner.instance_exec do - %x{test #{:command}} + %x{test #{:command}} # rubocop:disable Lint/LiteralInInterpolation end end