Skip to content

Commit

Permalink
fix(rubocop): fix remaining errors manually
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Oct 15, 2019
1 parent 46ef5fa commit 84a9ff0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/integration/default/controls/config_secrets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
# but we only verify the full content of one
describe file('/etc/ipsec.secrets.d/conn_a.secrets') do
its('content') { should include '# conn_a' }
its('content') { should include '10.10.1.1 : PSK "v+NkxY9LLZvwj4qCC2o/gGrWDF2d21jL"' }
its('content') do
should include '10.10.1.1 : PSK "v+NkxY9LLZvwj4qCC2o/gGrWDF2d21jL"'
end
end
end

0 comments on commit 84a9ff0

Please sign in to comment.