Sha256: a1b5d00a69a1e948465fe92d3e2c11c3e7188dd0fe48bbfbd3b1b64f3f1e8508

Contents?: true

Size: 283 Bytes

Versions: 29

Compression:

Stored size: 283 Bytes

Contents

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

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

    it_behaves_like "a stubbed get request"
  end
end

Version data entries

29 entries across 29 versions & 3 rubygems

Version Path
new_cfoundry-4.9.4 spec/cc_api_stub/events_spec.rb
new_cfoundry-4.9.3 spec/cc_api_stub/events_spec.rb
ncfoundry-4.9.4 spec/cc_api_stub/events_spec.rb
ncfoundry-4.9.3 spec/cc_api_stub/events_spec.rb
ncfoundry-4.9.2 spec/cc_api_stub/events_spec.rb
new_cfoundry-4.9.2 spec/cc_api_stub/events_spec.rb
new_cfoundry-4.9.1 spec/cc_api_stub/events_spec.rb
new_cfoundry-4.9.0 spec/cc_api_stub/events_spec.rb
new_cfoundry-4.8.3 spec/cc_api_stub/events_spec.rb
new_cfoundry-4.8.2 spec/cc_api_stub/events_spec.rb
cfoundry-4.7.2.rc1 spec/cc_api_stub/events_spec.rb
cfoundry-4.7.1 spec/cc_api_stub/events_spec.rb
cfoundry-4.7.1.rc1 spec/cc_api_stub/events_spec.rb
cfoundry-4.7.0 spec/cc_api_stub/events_spec.rb
cfoundry-4.6.3.rc3 spec/cc_api_stub/events_spec.rb
cfoundry-4.6.3.rc2 spec/cc_api_stub/events_spec.rb
cfoundry-4.6.3.rc1 spec/cc_api_stub/events_spec.rb
cfoundry-4.6.2 spec/cc_api_stub/events_spec.rb
cfoundry-4.6.1 spec/cc_api_stub/events_spec.rb
cfoundry-4.6.0 spec/cc_api_stub/events_spec.rb