diff options
Diffstat (limited to 'users/test/functional/helper_methods_test.rb')
-rw-r--r-- | users/test/functional/helper_methods_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/test/functional/helper_methods_test.rb b/users/test/functional/helper_methods_test.rb index 2b2375c..44226ae 100644 --- a/users/test/functional/helper_methods_test.rb +++ b/users/test/functional/helper_methods_test.rb @@ -11,7 +11,7 @@ class HelperMethodsTest < ActionController::TestCase # we test them right in here... include ApplicationController._helpers - # they all reference the controller. + # the helpers all reference the controller. def controller @controller end |