Fix rubocop offenses

This commit is contained in:
Cédric Defortis
2017-05-02 14:58:14 +02:00
parent 8308595a57
commit 1254ab0026
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ describe 'bind' do
algorithm: 'hmac-md5',
secret_bits: '512',
keydir: expected_confdir,
keyfile: 'rndc.key',
keyfile: 'rndc.key'
)
end
it { is_expected.to contain_file('/usr/local/bin/rndc-helper') }