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