diff options
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 90bfc10..18c057c 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -149,9 +149,9 @@ class Node6 < Zorglub::Node attr_accessor :static_cpt end attr_reader :value - static true + static! true def no_static - static false + static! false engine! 'static' view! Node0.r('do_render') Node6.static_cpt+=1 |