Sha256: 3f615dce5455f15b1bd4a357674253eecbd85587f6d66aabd5ca6b6aee1658f9

Contents?: true

Size: 970 Bytes

Versions: 3

Compression:

Stored size: 970 Bytes

Contents

=begin
#DevCycle Bucketing API

#Documents the DevCycle Bucketing API which provides and API interface to User Bucketing and for generated SDKs.

The version of the OpenAPI document: 1.0.0

Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.3.0

=end

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for DevCycle::InlineResponse201
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe DevCycle::InlineResponse201 do
  let(:instance) { DevCycle::InlineResponse201.new }

  describe 'test an instance of InlineResponse201' do
    it 'should create an instance of InlineResponse201' do
      expect(instance).to be_instance_of(DevCycle::InlineResponse201)
    end
  end
  describe 'test attribute "message"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
devcycle-ruby-server-sdk-1.1.0 examples/sinatra/vendor/bundle/ruby/2.6.0/gems/devcycle-server-sdk-1.0.1/spec/models/inline_response201_spec.rb
devcycle-server-sdk-1.0.1 spec/models/inline_response201_spec.rb
devcycle-server-sdk-1.0.0 spec/models/inline_response201_spec.rb