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-1.5.0 lib/cc_api_stub/service_bindings.rb
cfoundry-1.4.0 lib/cc_api_stub/service_bindings.rb
cfoundry-1.3.0 lib/cc_api_stub/service_bindings.rb
cfoundry-1.2.0 lib/cc_api_stub/service_bindings.rb
cfoundry-1.1.0.rc4 lib/cc_api_stub/service_bindings.rb
cfoundry-1.1.0.rc3 lib/cc_api_stub/service_bindings.rb
cfoundry-1.1.0.rc2 lib/cc_api_stub/service_bindings.rb
cfoundry-1.1.0.rc1 lib/cc_api_stub/service_bindings.rb
static-1.0.3 vendor/cfoundry-0.5.2/lib/cc_api_stub/service_bindings.rb
cfoundry-1.0.0 lib/cc_api_stub/service_bindings.rb
cfoundry-0.7.0.rc15 lib/cc_api_stub/service_bindings.rb
cfoundry-0.7.0.rc14 lib/cc_api_stub/service_bindings.rb
cfoundry-0.7.0.rc13 lib/cc_api_stub/service_bindings.rb
cfoundry-0.7.0.rc12 lib/cc_api_stub/service_bindings.rb
cfoundry-0.7.0.rc11 lib/cc_api_stub/service_bindings.rb
cfoundry-0.7.0.rc10 lib/cc_api_stub/service_bindings.rb
cfoundry-0.7.0.rc9 lib/cc_api_stub/service_bindings.rb
cfoundry-0.7.0.rc8 lib/cc_api_stub/service_bindings.rb
cfoundry-0.7.0.rc6 lib/cc_api_stub/service_bindings.rb
cfoundry-0.7.0.rc5 lib/cc_api_stub/service_bindings.rb