diff options
author | Rafael França <rafael@franca.dev> | 2019-07-26 14:39:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-26 14:39:59 -0400 |
commit | 7f16fedad32f01664ad82829f244319bc752fcd7 (patch) | |
tree | 1d3548c533063fa2884eb8c807d6674deccb7328 /actionpack | |
parent | 2c39978ffca683445c19351757f5cdb79af62575 (diff) | |
parent | 18504eb78f305a420beaf8addd6239d387c33e9a (diff) | |
download | rails-7f16fedad32f01664ad82829f244319bc752fcd7.tar.gz rails-7f16fedad32f01664ad82829f244319bc752fcd7.tar.bz2 rails-7f16fedad32f01664ad82829f244319bc752fcd7.zip |
Merge pull request #36254 from sharang-d/remove-named-helpers
Use a single term instead of all terms used to describe path and URL helpers together
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/test/dispatch/prefix_generation_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/dispatch/prefix_generation_test.rb b/actionpack/test/dispatch/prefix_generation_test.rb index 63c147cb1b..f20043b9ac 100644 --- a/actionpack/test/dispatch/prefix_generation_test.rb +++ b/actionpack/test/dispatch/prefix_generation_test.rb @@ -304,7 +304,7 @@ module TestGenerationPrefix assert_equal "/omg/blog/posts/1", path end - test "[OBJECT] generating engine's route with named helpers" do + test "[OBJECT] generating engine's route with named route helpers" do path = engine_object.posts_path assert_equal "/awesome/blog/posts", path |