# File lib/rspec-puppet/matchers/compile.rb, line 73 def failure_message_when_negated if @expected_error.nil? "expected that the catalogue would not compile but it does" else "expected that the catalogue would compile but it does not" end end