test/test_McQuery.rb in McQuery-0.1.1 vs test/test_McQuery.rb in McQuery-0.1.2

- old
+ new

@@ -1,7 +1,7 @@ require 'helper' require_relative '../lib/McQuery.rb' class TestMcquery < Test::Unit::TestCase - should "Not return nil for query" do - assert_not_nil McQuery::Query.new('localhost', 25565).doQuery + should "Not return nil for ping" do + assert_not_nil McQuery::Ping.new('localhost', 25565).doPing end end