test/unit/resource_test.rb in garb-0.2.9 vs test/unit/resource_test.rb in garb-0.3.0

- old
+ new

@@ -3,10 +3,10 @@ class TestReport include Garb::Resource end # Most of the resource testing is done as a part of ReportTest -class ResourceTest < Test::Unit::TestCase +class ResourceTest < MiniTest::Unit::TestCase context "A class with Garb::Resource mixed in" do should "get results from GA" do profile = stub TestReport.expects(:send_request_for_body).returns('xml') \ No newline at end of file