test/unit/test_node.rb in cloud-crowd-0.6.2 vs test/unit/test_node.rb in cloud-crowd-0.7.0.pre
- old
+ new
@@ -3,10 +3,10 @@
class NodeUnitTest < Test::Unit::TestCase
context "A Node" do
setup do
- @node = Node.new(:port => 11011, :tag => "nodule").instance_variable_get(:@app)
+ @node = Node.new(:port => 11011, :tag => "nodule").instance_variable_get(:@instance)
end
should "set the identity of the Ruby instance" do
assert CloudCrowd.node?
end