aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuji Yaginuma <yuuji.yaginuma@gmail.com>2017-12-07 07:51:43 +0900
committerGitHub <noreply@github.com>2017-12-07 07:51:43 +0900
commit0ba5615e403e9f44c775633dc2a1275a1e971390 (patch)
tree04f3fbeb277bf897e4ae4086067641b032a575e0
parent19d2fab6ff11222757a06bc1bd24f3c5df2d10d3 (diff)
parentfaf169eedd10326233eaea55ed76089ede608336 (diff)
downloadrails-0ba5615e403e9f44c775633dc2a1275a1e971390.tar.gz
rails-0ba5615e403e9f44c775633dc2a1275a1e971390.tar.bz2
rails-0ba5615e403e9f44c775633dc2a1275a1e971390.zip
Merge pull request #31350 from ptolts/correct_test_spelling
Correct routing test spelling mistake.
-rw-r--r--actionpack/test/controller/routing_test.rb2
1 files changed, 1 insertions, 1 deletions
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 @@ class LegacyRouteSetTests < ActiveSupport::TestCase
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\.]+/ },