diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-17 10:29:07 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-17 10:29:07 +0100 |
commit | 8ec818e38ba343c8f195b0e0c8f250f0a22cd398 (patch) | |
tree | ed3db962c95febbba07c27c55b0610f0f3232614 /spec | |
parent | aad309b03e1129d6d9a298ec9b363b3503de1066 (diff) | |
download | zorglub-8ec818e38ba343c8f195b0e0c8f250f0a22cd398.zip zorglub-8ec818e38ba343c8f195b0e0c8f250f0a22cd398.tar.gz |
static specs: increase lifetime to be sure
Diffstat (limited to 'spec')
-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' |