1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #25236 from rajatbansal93/fix-typo

fix typo [ci skip]
This commit is contained in:
Arun Agrawal 2016-06-01 18:11:23 +05:30
commit 7b75ca100d

View file

@ -166,7 +166,7 @@ module TestGenerationPrefix
assert_equal "/pure-awesomeness/blog/posts/1", last_response.body assert_equal "/pure-awesomeness/blog/posts/1", last_response.body
end end
test "[ENGINE] url_helpers from engine have higher priotity than application's url_helpers" do test "[ENGINE] url_helpers from engine have higher priority than application's url_helpers" do
get "/awesome/blog/conflicting_url" get "/awesome/blog/conflicting_url"
assert_equal "engine", last_response.body assert_equal "engine", last_response.body
end end