Skip to content

Commit d49d3b8

Browse files
committed
fix(rubocop): add fixes using rubocop --safe-auto-correct
1 parent cf38af1 commit d49d3b8

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
# frozen_string_literal: true
2+
13
control 'iscsi configuration' do
24
title 'should match desired lines'
3-
45
end

test/integration/default/controls/packages_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
# Overide by OS
24
control 'template package' do
35
title 'should be installed'
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
# frozen_string_literal: true
2+
13
# Overide by OS
24
control 'iscsi service' do
35
impact 0.5
46
title 'should be running and enabled'
5-
67
end
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
# frozen_string_literal: true
2+
13
control 'iscsi subcomponent configuration' do
24
title 'should match desired lines'
3-
45
end

0 commit comments

Comments
 (0)