diff options
-rw-r--r-- | spec/spec_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index d678c81..4d6740d 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -152,7 +152,7 @@ class Node6 < Zorglub::Node attr_accessor :static_cpt end attr_reader :value - static! true, 1 + static! true, 5 def no_static static! false engine! 'static' |