From 18504eb78f305a420beaf8addd6239d387c33e9a Mon Sep 17 00:00:00 2001 From: Sharang Dashputre Date: Sun, 12 May 2019 01:58:57 +0530 Subject: Use a single term instead of all terms used to describe path and URL helpers together --- actionpack/test/dispatch/prefix_generation_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') 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 -- cgit v1.2.3