Skip to content

Commit

Permalink
fix(rubocop): add fixes using rubocop --safe-auto-correct
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Oct 10, 2019
1 parent cf38af1 commit d49d3b8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion test/integration/default/controls/config_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

control 'iscsi configuration' do
title 'should match desired lines'

end
2 changes: 2 additions & 0 deletions test/integration/default/controls/packages_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

# Overide by OS
control 'template package' do
title 'should be installed'
Expand Down
3 changes: 2 additions & 1 deletion test/integration/default/controls/services_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

# Overide by OS
control 'iscsi service' do
impact 0.5
title 'should be running and enabled'

end
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

control 'iscsi subcomponent configuration' do
title 'should match desired lines'

end

0 comments on commit d49d3b8

Please sign in to comment.