diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2013-08-30 11:21:22 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2013-08-30 11:21:46 +0530 |
commit | c2df74938e0dcd03b297efe2d3db4299ec33ceeb (patch) | |
tree | 29d81490801f42f730189e954567209ceb607cbc /railties | |
parent | 1f57a1503d31f47869ab734cfebd367fef586186 (diff) | |
download | rails-c2df74938e0dcd03b297efe2d3db4299ec33ceeb.tar.gz rails-c2df74938e0dcd03b297efe2d3db4299ec33ceeb.tar.bz2 rails-c2df74938e0dcd03b297efe2d3db4299ec33ceeb.zip |
Fix typo in generators test helpr -> helper [ci skip]
Diffstat (limited to 'railties')
-rw-r--r-- | railties/test/generators/namespaced_generators_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/generators/namespaced_generators_test.rb b/railties/test/generators/namespaced_generators_test.rb index a4d8b3d1b0..e17925ff65 100644 --- a/railties/test/generators/namespaced_generators_test.rb +++ b/railties/test/generators/namespaced_generators_test.rb @@ -44,7 +44,7 @@ class NamespacedControllerGeneratorTest < NamespacedGeneratorTestCase end end - def test_helpr_is_also_namespaced + def test_helper_is_also_namespaced run_generator assert_file "app/helpers/test_app/account_helper.rb", /module TestApp/, / module AccountHelper/ assert_file "test/helpers/test_app/account_helper_test.rb", /module TestApp/, / class AccountHelperTest/ |