# File lib/merb-core/test/matchers/controller_matchers.rb, line 131
    def matches?(target)
      @target = target
      (400..417).include?(status_code)
    end