Sha256: 8fa4ef15863a89ec4f847e0776aeca26be61fe14f005d02ef0fc296ff5ef278e

Contents?: true

Size: 304 Bytes

Versions: 124

Compression:

Stored size: 304 Bytes

Contents

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

describe CcApiStub::ServiceBindings do
  let(:url) { "http://example.com/v2/service_bindings" }

  describe ".succeed_to_create" do
    subject { CcApiStub::ServiceBindings.succeed_to_create }

    it_behaves_like "a stubbed post request"
  end
end

Version data entries

124 entries across 124 versions & 4 rubygems

Version Path
cfoundry-2.3.4 spec/cc_api_stub/service_bindings_spec.rb
cfoundry-2.3.3 spec/cc_api_stub/service_bindings_spec.rb
cfoundry-2.3.2 spec/cc_api_stub/service_bindings_spec.rb
cfoundry-2.3.1 spec/cc_api_stub/service_bindings_spec.rb
cfoundry-2.3.0 spec/cc_api_stub/service_bindings_spec.rb
cfoundry-2.2.0rc3 spec/cc_api_stub/service_bindings_spec.rb
cfoundry-2.2.0.rc2 spec/cc_api_stub/service_bindings_spec.rb
cfoundry-2.2.0.rc1 spec/cc_api_stub/service_bindings_spec.rb
cfoundry-2.1.2.rc1 spec/cc_api_stub/service_bindings_spec.rb
cfoundry-2.1.1 spec/cc_api_stub/service_bindings_spec.rb
cfoundry-2.1.0 spec/cc_api_stub/service_bindings_spec.rb
cfoundry-2.0.2 spec/cc_api_stub/service_bindings_spec.rb
cfoundry-2.0.1.rc1 spec/cc_api_stub/service_bindings_spec.rb
cfoundry-2.0.0 spec/cc_api_stub/service_bindings_spec.rb
cfoundry-1.5.3 spec/cc_api_stub/service_bindings_spec.rb
cfoundry-1.5.2 spec/cc_api_stub/service_bindings_spec.rb
cfoundry-1.5.1 spec/cc_api_stub/service_bindings_spec.rb
cfoundry-1.5.0 spec/cc_api_stub/service_bindings_spec.rb
cfoundry-1.4.0 spec/cc_api_stub/service_bindings_spec.rb
cfoundry-1.3.0 spec/cc_api_stub/service_bindings_spec.rb