We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rubocop --safe-auto-correct
1 parent db48533 commit a9245c2Copy full SHA for a9245c2
test/integration/default/controls/config_spec.rb
@@ -1,3 +1,5 @@
1
+# frozen_string_literal: true
2
+
3
control 'InfluxDB configuration' do
4
title 'should match desired lines'
5
test/integration/default/controls/package_spec.rb
control 'InfluxDB package' do
title 'should be installed'
test/integration/default/controls/service_spec.rb
@@ -1,9 +1,10 @@
control 'InfluxDB service' do
title 'should be running and enabled'
6
describe service('influxdb') do
7
it { should be_enabled }
8
it { should be_running }
9
end
-
10
0 commit comments