# File lib/merb-core/test/matchers/view_matchers.rb, line 84 def negative_failure_message "Expected not to match against <#{@name} #{@attrs.map{ |a,v| "#{a}=\"#{v}\"" }.join(" ")}> tag, but it matched" end