From 13dd7f9517a1b34444554e4f266a19acdb4c9167 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Fri, 11 Oct 2019 21:02:46 +0100 Subject: [PATCH] fix(rubocop): add fixes using `rubocop --safe-auto-correct` --- test/integration/default/controls/config_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration/default/controls/config_spec.rb b/test/integration/default/controls/config_spec.rb index d89c35f..6af3cf9 100644 --- a/test/integration/default/controls/config_spec.rb +++ b/test/integration/default/controls/config_spec.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + control 'users configuration' do title 'should match desired lines'