Sha256: bd8d230f85c91787c8689c0d9223f63d4582fd2bb50678796a4256ea7582f3b0

Contents?: true

Size: 462 Bytes

Versions: 44

Compression:

Stored size: 462 Bytes

Contents

module CcApiStub
  module ServiceBindings
    extend Helper

    class << self
      def succeed_to_create
        response_body = Helper.load_fixtures("fake_cc_service_binding")
        stub_post(collection_endpoint, {}, response(201, response_body))
      end

      private

      def object_endpoint(id = nil)
        %r{/v2/service_bindings/#{id}[^/]+$}
      end

      def collection_endpoint
        %r{/v2/service_bindings$}
      end
    end
  end
end

Version data entries

44 entries across 44 versions & 4 rubygems

Version Path
new_cfoundry-4.9.4 lib/cc_api_stub/service_bindings.rb
new_cfoundry-4.9.3 lib/cc_api_stub/service_bindings.rb
ncfoundry-4.9.4 lib/cc_api_stub/service_bindings.rb
ncfoundry-4.9.3 lib/cc_api_stub/service_bindings.rb
ncfoundry-4.9.2 lib/cc_api_stub/service_bindings.rb
new_cfoundry-4.9.2 lib/cc_api_stub/service_bindings.rb
new_cfoundry-4.9.1 lib/cc_api_stub/service_bindings.rb
new_cfoundry-4.9.0 lib/cc_api_stub/service_bindings.rb
new_cfoundry-4.8.3 lib/cc_api_stub/service_bindings.rb
new_cfoundry-4.8.2 lib/cc_api_stub/service_bindings.rb
jfoundry-0.1.7 lib/cc_api_stub/service_bindings.rb
jfoundry-0.1.6 lib/cc_api_stub/service_bindings.rb
cfoundry-4.7.2.rc1 lib/cc_api_stub/service_bindings.rb
cfoundry-4.7.1 lib/cc_api_stub/service_bindings.rb
cfoundry-4.7.1.rc1 lib/cc_api_stub/service_bindings.rb
cfoundry-4.7.0 lib/cc_api_stub/service_bindings.rb
cfoundry-4.6.3.rc3 lib/cc_api_stub/service_bindings.rb
cfoundry-4.6.3.rc2 lib/cc_api_stub/service_bindings.rb
cfoundry-4.6.3.rc1 lib/cc_api_stub/service_bindings.rb
cfoundry-4.6.2 lib/cc_api_stub/service_bindings.rb