Sha256: aecb0bf07605eabe38539fdbbc6ef85722e1517545c0af66d9642db679085bfc

Contents?: true

Size: 447 Bytes

Versions: 107

Compression:

Stored size: 447 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
        %r{/v2/service_bindings/[^/]+$}
      end

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

Version data entries

107 entries across 107 versions & 3 rubygems

Version Path
cfoundry-2.3.6.rc2 lib/cc_api_stub/service_bindings.rb
cfoundry-2.3.6.rc1 lib/cc_api_stub/service_bindings.rb
cfoundry-2.3.5 lib/cc_api_stub/service_bindings.rb
cfoundry-2.3.4 lib/cc_api_stub/service_bindings.rb
cfoundry-2.3.3 lib/cc_api_stub/service_bindings.rb
cfoundry-2.3.2 lib/cc_api_stub/service_bindings.rb
cfoundry-2.3.1 lib/cc_api_stub/service_bindings.rb
cfoundry-2.3.0 lib/cc_api_stub/service_bindings.rb
cfoundry-2.2.0rc3 lib/cc_api_stub/service_bindings.rb
cfoundry-2.2.0.rc2 lib/cc_api_stub/service_bindings.rb
cfoundry-2.2.0.rc1 lib/cc_api_stub/service_bindings.rb
cfoundry-2.1.2.rc1 lib/cc_api_stub/service_bindings.rb
cfoundry-2.1.1 lib/cc_api_stub/service_bindings.rb
cfoundry-2.1.0 lib/cc_api_stub/service_bindings.rb
cfoundry-2.0.2 lib/cc_api_stub/service_bindings.rb
cfoundry-2.0.1.rc1 lib/cc_api_stub/service_bindings.rb
cfoundry-2.0.0 lib/cc_api_stub/service_bindings.rb
cfoundry-1.5.3 lib/cc_api_stub/service_bindings.rb
cfoundry-1.5.2 lib/cc_api_stub/service_bindings.rb
cfoundry-1.5.1 lib/cc_api_stub/service_bindings.rb