# File lib/merb-core/test/matchers/controller_matchers.rb, line 39 def matches?(target) @target = target @target.request.exceptions && @target.request.exceptions.first.is_a?(@expected) end