summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-01-03 16:17:45 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-01-03 16:17:45 +0100
commit8d828ff3b4e06a7161db63f08e3a74701b51c344 (patch)
tree6785b189945bc7571817eab04b947b84657145e4 /spec
parentb43040967c23574eda987120a419a411516135e8 (diff)
downloadzorglub-8d828ff3b4e06a7161db63f08e3a74701b51c344.zip
zorglub-8d828ff3b4e06a7161db63f08e3a74701b51c344.tar.gz
spec_helper fix SpecNode class
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 617a4ab..146c40a 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -22,7 +22,7 @@ class SpecNode < Zorglub::Node
attr_accessor :count
end
before_all do |node|
- Zorglub::Node.count +=1
+ SpecNode.count +=1
end
layout 'spec-layout-1'
engine 'spec-engine-1'