# File lib/merb-core/test/matchers/controller_matchers.rb, line 80
    def target_location
      @target.respond_to?(:headers) ? @target.headers['Location'] : @target
    end