# File lib/rspec-puppet/matchers/create_generic.rb, line 171 def actual @errors.map {|e| e.actual if e.respond_to?(:actual)}.compact.join("\n\n") end