Skip to content

Commit

Permalink
Fix typo in generators test helpr -> helper [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh-sonpatki committed Aug 30, 2013
1 parent 1f57a15 commit c2df749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/generators/namespaced_generators_test.rb
Expand Up @@ -44,7 +44,7 @@ def test_namespaced_controller_with_additional_namespace
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/
Expand Down

0 comments on commit c2df749

Please sign in to comment.