Sha256: 7dee2beaae43f75bdb6674ca278ea6c9c92ecc40b31c74b6b06dc6eb622caaa9

Contents?: true

Size: 284 Bytes

Versions: 1

Compression:

Stored size: 284 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
statsmix-0.0.5 test/test_statsmix.rb