Sha256: 2db15952e7a100fd80a86e198b41746438eee88723aa16e683085145f1fac6e5
Contents?: true
Size: 1.1 KB
Versions: 3
Compression:
Stored size: 1.1 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::ErrorResponse # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe DevCycle::ErrorResponse do let(:instance) { DevCycle::ErrorResponse.new } describe 'test an instance of ErrorResponse' do it 'should create an instance of ErrorResponse' do expect(instance).to be_instance_of(DevCycle::ErrorResponse) 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 describe 'test attribute "data"' 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