public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
Fixes a minor problem with has_tag/with_tag.
Sun Oct 12 11:24:36 -0700 2008
commit  209ca502a6e44f3115042f90b90caec6f82580ed
tree    717f7f78d09e5e8d888bf210e5f10ab2d5988bc9
parent  11d19c269a029403039b16866aaa8d6bb1a366ff
...
278
279
280
 
 
281
282
283
...
278
279
280
281
282
283
284
285
0
@@ -278,6 +278,8 @@ module Merb::Test::Rspec::ViewMatchers
0
     def with_tag(name, attrs={})
0
       @inner_has_tag = HasTag.new(name, attrs)
0
       @inner_has_tag.outer_has_tag = self
0
+      
0
+      @inner_has_tag
0
     end
0
   end
0
 

Comments