Sha256: f909eef899e322c80431cd39222fe162b21d796f17dc750b64bdd7afb7fa7d70

Contents?: true

Size: 309 Bytes

Versions: 12

Compression:

Stored size: 309 Bytes

Contents

require 'spec_helper'
require 'net/http'
require 'uri'

describe CcApiStub::AppUsageEvents do
  describe ".succeed_to_load_many" do
    let(:url) { "http://example.com/v2/app_usage_events" }
    subject { CcApiStub::AppUsageEvents.succeed_to_load_many }

    it_behaves_like "a stubbed get request"
  end
end

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
new_cfoundry-4.9.4 spec/cc_api_stub/app_usage_events_spec.rb
new_cfoundry-4.9.3 spec/cc_api_stub/app_usage_events_spec.rb
ncfoundry-4.9.4 spec/cc_api_stub/app_usage_events_spec.rb
ncfoundry-4.9.3 spec/cc_api_stub/app_usage_events_spec.rb
ncfoundry-4.9.2 spec/cc_api_stub/app_usage_events_spec.rb
new_cfoundry-4.9.2 spec/cc_api_stub/app_usage_events_spec.rb
new_cfoundry-4.9.1 spec/cc_api_stub/app_usage_events_spec.rb
new_cfoundry-4.9.0 spec/cc_api_stub/app_usage_events_spec.rb
new_cfoundry-4.8.3 spec/cc_api_stub/app_usage_events_spec.rb
new_cfoundry-4.8.2 spec/cc_api_stub/app_usage_events_spec.rb
cfoundry-4.7.2.rc1 spec/cc_api_stub/app_usage_events_spec.rb
cfoundry-4.7.1 spec/cc_api_stub/app_usage_events_spec.rb