Skip to content

Commit 87dd217

Browse files
committed
fix(rubocop): add fixes using rubocop --safe-auto-correct
1 parent 90cae49 commit 87dd217

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/integration/default/controls/pkgs_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
control 'Postfix packages' do
24
title 'should be installed'
35

test/integration/default/controls/service_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
control 'Postfix service' do
24
title 'should be running'
35

0 commit comments

Comments
 (0)