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
cloulu-0.1.6 lib/cc_api_stub/service_bindings.rb
cloulu-0.1.5 lib/cc_api_stub/service_bindings.rb
cfoundry-4.0.4.rc2 lib/cc_api_stub/service_bindings.rb
cfoundry-4.0.4.rc1 lib/cc_api_stub/service_bindings.rb
cfoundry-4.0.3 lib/cc_api_stub/service_bindings.rb
cfoundry-4.0.2.rc5 lib/cc_api_stub/service_bindings.rb
cfoundry-4.0.2.rc4 lib/cc_api_stub/service_bindings.rb
cfoundry-4.0.2.rc3 lib/cc_api_stub/service_bindings.rb
cfoundry-4.0.2.rc2 lib/cc_api_stub/service_bindings.rb
cfoundry-4.0.2.rc1 lib/cc_api_stub/service_bindings.rb
cfoundry-4.0.1 lib/cc_api_stub/service_bindings.rb
cfoundry-4.0.0 lib/cc_api_stub/service_bindings.rb
cfoundry-3.0.1 lib/cc_api_stub/service_bindings.rb
cloulu-0.1.2 lib/cc_api_stub/service_bindings.rb
cloulu-0.1.1 lib/cc_api_stub/service_bindings.rb
cfoundry-3.0.0 lib/cc_api_stub/service_bindings.rb
cfoundry-2.4.1.rc1 lib/cc_api_stub/service_bindings.rb
cfoundry-2.4.0 lib/cc_api_stub/service_bindings.rb
cfoundry-2.3.7.rc1 lib/cc_api_stub/service_bindings.rb
cfoundry-2.3.6 lib/cc_api_stub/service_bindings.rb