diff options
Diffstat (limited to 'actionpack/test/fixtures/helpers_typo/admin')
-rw-r--r-- | actionpack/test/fixtures/helpers_typo/admin/users_helper.rb | 5 |
1 files changed, 5 insertions, 0 deletions
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 + |