From 8d7cf75684d5e76ef635f92125a51cb4c1c0fd3b Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 25 Oct 2014 13:58:38 +0200 Subject: give a better error message for misspelled helpers See comment in this patch for the rationale. References #16468 --- actionpack/test/fixtures/helpers_typo/admin/users_helper.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 actionpack/test/fixtures/helpers_typo/admin/users_helper.rb (limited to 'actionpack/test/fixtures/helpers_typo') diff --git a/actionpack/test/fixtures/helpers_typo/admin/users_helper.rb b/actionpack/test/fixtures/helpers_typo/admin/users_helper.rb new file mode 100644 index 0000000000..7d2326e04d --- /dev/null +++ b/actionpack/test/fixtures/helpers_typo/admin/users_helper.rb @@ -0,0 +1,5 @@ +module Admin + module UsersHelpeR + end +end + -- cgit v1.2.3