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