Sha256: 097d99660fd619ec3d6dd113dcbd955208babfe07279038e6b5050109187c8e4
Contents?: true
Size: 560 Bytes
Versions: 1
Compression:
Stored size: 560 Bytes
Contents
require 'spec_helper' describe Reevoo::Client do it "should be setup with a trkref and password" describe 'products' do it 'should return an array of products' do client = Reevoo::Client.new('jcg', 'Cojewpid8') client.products.should be_true end end end # before(:each) do # FakeWeb.register_uri(:any, "https://deploytracking.heroku.com/deploys", :body => "response for any HTTP method") # end # it "should post to deploytracking.com" do # DeployTracking.notify('api_key', {}).should be_true # end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reevoo-0.0.1 | spec/client_spec.rb |