Sha256: 161f122acc05f676bbfcc6ceb1b2b1a7d216ef0ff2078190995e843e8d28aea9
Contents?: true
Size: 710 Bytes
Versions: 2
Compression:
Stored size: 710 Bytes
Contents
=begin #Bandwidth #Bandwidth's Communication APIs The version of the OpenAPI document: 1.0.0 Contact: letstalk@bandwidth.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.4.0 =end require 'spec_helper' require 'json' require 'date' # Unit tests for Bandwidth::FileFormatEnum # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe Bandwidth::FileFormatEnum do let(:instance) { Bandwidth::FileFormatEnum.new } describe 'test an instance of FileFormatEnum' do it 'should create an instance of FileFormatEnum' do expect(instance).to be_instance_of(Bandwidth::FileFormatEnum) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bandwidth-sdk-11.0.0.pre.beta.1.1 | spec/unit/models/file_format_enum_spec.rb |
bandwidth-sdk-11.0.0.pre.beta.1 | spec/unit/models/file_format_enum_spec.rb |