Sha256: 0b9f9ad068d6cf055ad1db1d0e24e195af4d3faa3a61d7f72e52c8f7429a9c7a
Contents?: true
Size: 1.19 KB
Versions: 2
Compression:
Stored size: 1.19 KB
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::Media # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe Bandwidth::Media do let(:instance) { Bandwidth::Media.new } describe 'test an instance of Media' do it 'should create an instance of Media' do expect(instance).to be_instance_of(Bandwidth::Media) end end describe 'test attribute "content"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "content_length"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "media_name"' 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bandwidth-sdk-11.0.0.pre.beta.1.1 | spec/unit/models/media_spec.rb |
bandwidth-sdk-11.0.0.pre.beta.1 | spec/unit/models/media_spec.rb |