test/test_statsmix.rb in statsmix-0.0.4 vs test/test_statsmix.rb in statsmix-0.0.5

- old
+ new

@@ -1,9 +1,11 @@ require 'helper' require 'statsmix' class TestStatsmix < Test::Unit::TestCase should "initialize StatsMix API" do + # TODO setup a test account to be used for live testing of API + # statsmix = StatsMix.new('api_key', 'xml') # statsmix.list_metrics(11, 3) end end