Sha256: 53b9358058098dfba80b7625c3c50740b0d9592b4993d04f5010c8d3a6700f97
Contents?: true
Size: 1.15 KB
Versions: 3
Compression:
Stored size: 1.15 KB
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::UserDataAndEventsBody # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe DevCycle::UserDataAndEventsBody do let(:instance) { DevCycle::UserDataAndEventsBody.new } describe 'test an instance of UserDataAndEventsBody' do it 'should create an instance of UserDataAndEventsBody' do expect(instance).to be_instance_of(DevCycle::UserDataAndEventsBody) end end describe 'test attribute "events"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "user"' 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