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
cfoundry-4.6.1 lib/cc_api_stub/service_bindings.rb
cfoundry-4.6.0 lib/cc_api_stub/service_bindings.rb
cfoundry-4.5.3 lib/cc_api_stub/service_bindings.rb
cfoundry-4.5.2 lib/cc_api_stub/service_bindings.rb
cfoundry-4.5.1 lib/cc_api_stub/service_bindings.rb
cfoundry-4.5.0 lib/cc_api_stub/service_bindings.rb
cfoundry-4.3.12 lib/cc_api_stub/service_bindings.rb
cfoundry-4.3.11 lib/cc_api_stub/service_bindings.rb
cfoundry-4.3.10 lib/cc_api_stub/service_bindings.rb
cfoundry-4.3.9 lib/cc_api_stub/service_bindings.rb
cfoundry-4.3.8 lib/cc_api_stub/service_bindings.rb
jfoundry-0.1.4 lib/cc_api_stub/service_bindings.rb
jfoundry-0.1.3 lib/cc_api_stub/service_bindings.rb
cfoundry-4.3.7 lib/cc_api_stub/service_bindings.rb
jfoundry-0.1.2 lib/cc_api_stub/service_bindings.rb
jfoundry-0.1.1 lib/cc_api_stub/service_bindings.rb
jfoundry-0.1.0.pre lib/cc_api_stub/service_bindings.rb
jfoundry-0.1.0 lib/cc_api_stub/service_bindings.rb
cfoundry-4.3.6 lib/cc_api_stub/service_bindings.rb
cfoundry-4.3.5 lib/cc_api_stub/service_bindings.rb