Skip to content

Commit

Permalink
proper validate_bool error message regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Dorman committed Aug 27, 2014
1 parent cb69b2d commit bf40470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/rabbitmq_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
it 'should raise an error' do
expect {
should contain_file('rabbitmq.config')
}.to raise_error(Puppet::Error, /validate_bool/)
}.to raise_error(Puppet::Error, /is not a boolean/)
end
end

Expand Down

0 comments on commit bf40470

Please sign in to comment.