public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/jeremy/rails.git
Search Repo:
Ruby 1.9 compat: qualify module name within module_evaled block
jeremy (author)
Mon May 19 12:57:08 -0700 2008
commit  b5c8433a6f7f869bfcd2001f8c3c4660716e873b
tree    bb3ca6373ffa734d08d908bcabcf0f817454b2fc
parent  2b6bec5cdd84c4ba65cbe99ae48697d977ae9491
...
85
86
87
88
 
89
90
91
...
85
86
87
 
88
89
90
91
0
@@ -85,7 +85,7 @@
0
   def test_helper_block_include
0
     assert_equal expected_helper_methods, missing_methods
0
     assert_nothing_raised {
0
- @controller_class.helper { include TestHelper }
0
+ @controller_class.helper { include HelperTest::TestHelper }
0
     }
0
     assert [], missing_methods
0
   end

Comments

    No one has commented yet.