Skip to content

Commit c863196

Browse files
authored
Remove trailing whitespaces in tests
1 parent 04301a6 commit c863196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/classes/dns_init_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,10 @@
269269
'listen-on-v6 { none; };',
270270
])}
271271
end
272-
272+
273273
describe 'with rpz zone' do
274274
let(:params) { {:rpz_zones => [ 'rpz.block.local' ]} }
275-
275+
276276
it { verify_concat_fragment_contents(catalogue, 'options.conf+10-main.dns', [
277277
'zone "rpz.block.local";'
278278
])}

0 commit comments

Comments
 (0)