# File lib/merb-core/test/matchers/controller_matchers.rb, line 156
    def status_code
      @target.respond_to?(:status) ? @target.status : @target
    end