test/unit/test_node.rb in cloud-crowd-0.7.2 vs test/unit/test_node.rb in cloud-crowd-0.7.3

- old
+ new

@@ -1,7 +1,7 @@ require 'test_helper' -class NodeUnitTest < Test::Unit::TestCase +class NodeUnitTest < Minitest::Test context "A Node" do setup do @node = Node.new(:port => 11011, :tag => "nodule").instance_variable_get(:@instance)