Sha256: e41d36f8077759a694fecc38e0dba6c88fc93122d430cbef4d483c390a5af62b
Contents?: true
Size: 341 Bytes
Versions: 3
Compression:
Stored size: 341 Bytes
Contents
require 'spec_helper' describe DeployTracking do describe "notify" do 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 end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
deploytracking-0.1.0 | spec/notify_spec.rb |
deploytracking-0.0.9 | spec/notify_spec.rb |
deploytracking-0.0.8 | spec/notify_spec.rb |