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
cfoundry-4.5.3 spec/cc_api_stub/events_spec.rb
cfoundry-4.5.2 spec/cc_api_stub/events_spec.rb
cfoundry-4.5.1 spec/cc_api_stub/events_spec.rb
cfoundry-4.5.0 spec/cc_api_stub/events_spec.rb
cfoundry-4.3.12 spec/cc_api_stub/events_spec.rb
cfoundry-4.3.11 spec/cc_api_stub/events_spec.rb
cfoundry-4.3.10 spec/cc_api_stub/events_spec.rb
cfoundry-4.3.9 spec/cc_api_stub/events_spec.rb
cfoundry-4.3.8 spec/cc_api_stub/events_spec.rb