diff options
author | Sharang Dashputre <sharang.d@gmail.com> | 2019-05-12 01:58:57 +0530 |
---|---|---|
committer | Sharang Dashputre <sharang.d@gmail.com> | 2019-07-26 23:54:39 +0530 |
commit | 18504eb78f305a420beaf8addd6239d387c33e9a (patch) | |
tree | 71c4750f220e2b515fe34da5020963048dcb5c84 /actionpack | |
parent | 41bc4c6207147a5eeafa323d763e66c06e61cacf (diff) | |
download | rails-18504eb78f305a420beaf8addd6239d387c33e9a.tar.gz rails-18504eb78f305a420beaf8addd6239d387c33e9a.tar.bz2 rails-18504eb78f305a420beaf8addd6239d387c33e9a.zip |
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 |