spec/innate/node/node.rb in manveru-innate-2009.04.18 vs spec/innate/node/node.rb in manveru-innate-2009.05
- old
+ new
@@ -47,9 +47,10 @@
class SpecNodeWithLayoutView < SpecNodeProvide
map '/another_layout'
layout 'another_layout'
map_views 'node/another_layout'
+ map_layouts 'another_layout'
end
class SpecNodeWithLayoutMethod < SpecNodeProvide
map '/layout_method'
layout 'layout_method'