Skip to content

Commit

Permalink
ruby 1.8.7 syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Dec 2, 2013
1 parent 464d7f6 commit 9cf92b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/classes/config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@
it { should contain_file("/tmp/nginx.d").with(
:ensure => 'absent',
:purge => true,
:recurse => true,
:recurse => true
)}
it { should contain_file("/tmp/nginx.mail.d").with(
:ensure => 'absent',
:purge => true,
:recurse => true,
:recurse => true
)}
end
end
Expand Down

0 comments on commit 9cf92b1

Please sign in to comment.