From 3e04e03598b03f548e096d12b303041a17db2073 Mon Sep 17 00:00:00 2001 From: ohbarye Date: Sat, 19 Sep 2020 17:42:53 +0900 Subject: [PATCH] Remove obsolete comment [skip ci] --- actionpack/lib/action_dispatch/testing/assertions/routing.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/actionpack/lib/action_dispatch/testing/assertions/routing.rb b/actionpack/lib/action_dispatch/testing/assertions/routing.rb index 35288de8229..57e17fb3305 100644 --- a/actionpack/lib/action_dispatch/testing/assertions/routing.rb +++ b/actionpack/lib/action_dispatch/testing/assertions/routing.rb @@ -91,7 +91,6 @@ module ActionDispatch else expected_path = "/#{expected_path}" unless expected_path.start_with?("/") end - # Load routes.rb if it hasn't been loaded. options = options.clone generated_path, query_string_keys = @routes.generate_extras(options, defaults)