From faf169eedd10326233eaea55ed76089ede608336 Mon Sep 17 00:00:00 2001 From: Philip Tolton Date: Wed, 6 Dec 2017 16:01:00 -0500 Subject: [PATCH] Correct routing test spelling mistake. --- actionpack/test/controller/routing_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/test/controller/routing_test.rb b/actionpack/test/controller/routing_test.rb index f09051b306..71b01c36a7 100644 --- a/actionpack/test/controller/routing_test.rb +++ b/actionpack/test/controller/routing_test.rb @@ -213,7 +213,7 @@ def test_optional_star_paths_are_greedy_but_not_too_much assert_equal expected, ActiveSupport::JSON.decode(get(u)) end - def test_regexp_precidence + def test_regexp_precedence rs.draw do get "/whois/:domain", constraints: { domain: /\w+\.[\w\.]+/ }, -- GitLab