1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #12078 from prathamesh-sonpatki/typo

Fix typo in generators test helpr -> helper [ci skip]
This commit is contained in:
Guillermo Iguaran 2013-08-29 22:57:37 -07:00
commit f90aa722fa

View file

@ -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/