Skip to content

Commit

Permalink
fixed spec tests for changes in #144
Browse files Browse the repository at this point in the history
  • Loading branch information
crayfishx committed Aug 3, 2017
1 parent 968336f commit cc25ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
it do
should contain_exec('firewalld::set_default_zone').with(
:command => 'firewall-cmd --set-default-zone restricted',
:unless => '[ $(firewall-cmd --get-default-zone) == restricted ]',
:unless => '[ $(firewall-cmd --get-default-zone) = restricted ]',
).that_requires('Exec[firewalld::reload]')
end
end
Expand Down

0 comments on commit cc25ae1

Please sign in to comment.