test/nitro/tc_controller_aspect.rb in nitro-0.28.0 vs test/nitro/tc_controller_aspect.rb in nitro-0.29.0
- old
+ new
@@ -8,9 +8,11 @@
include Nitro
class TestController < Controller
attr_reader :aflag, :tflag
+ @template_root = []
+
post "@aflag = 25", :on => :list
def list
@aflag = 3
end