# File lib/merb-core/test/matchers/route_matchers.rb, line 58
    def failure_message
      "expected the request to route to #{@expected_controller.to_const_string}##{@expected_action}#{expected_parameters_message}, but was #{@target_controller.to_const_string}##{@target_action}#{actual_parameters_message}"
    end