mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Ruby 1.9 compat: qualify module name within module_evaled block
This commit is contained in:
parent
2b6bec5cdd
commit
b5c8433a6f
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class HelperTest < Test::Unit::TestCase
|
|||
def test_helper_block_include
|
||||
assert_equal expected_helper_methods, missing_methods
|
||||
assert_nothing_raised {
|
||||
@controller_class.helper { include TestHelper }
|
||||
@controller_class.helper { include HelperTest::TestHelper }
|
||||
}
|
||||
assert [], missing_methods
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue