aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2013-08-30 11:21:22 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2013-08-30 11:21:46 +0530
commitc2df74938e0dcd03b297efe2d3db4299ec33ceeb (patch)
tree29d81490801f42f730189e954567209ceb607cbc /railties/test
parent1f57a1503d31f47869ab734cfebd367fef586186 (diff)
downloadrails-c2df74938e0dcd03b297efe2d3db4299ec33ceeb.tar.gz
rails-c2df74938e0dcd03b297efe2d3db4299ec33ceeb.tar.bz2
rails-c2df74938e0dcd03b297efe2d3db4299ec33ceeb.zip
Fix typo in generators test helpr -> helper [ci skip]
Diffstat (limited to 'railties/test')
-rw-r--r--railties/test/generators/namespaced_generators_test.rb2
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/