Skip to content

Commit a9245c2

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

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

test/integration/default/controls/config_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 'InfluxDB configuration' do
24
title 'should match desired lines'
35

test/integration/default/controls/package_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 'InfluxDB package' do
24
title 'should be installed'
35

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
# frozen_string_literal: true
2+
13
control 'InfluxDB service' do
24
title 'should be running and enabled'
35

46
describe service('influxdb') do
57
it { should be_enabled }
68
it { should be_running }
79
end
8-
910
end

0 commit comments

Comments
 (0)