Sha256: 5e07dc0cba9d15a367907c358f9320eb17ece0459da2877c41e067f8e2cfdfc3
Contents?: true
Size: 1.68 KB
Versions: 10
Compression:
Stored size: 1.68 KB
Contents
=begin #Mux API #Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before. The version of the OpenAPI document: v1 Contact: devex@mux.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.0.1 =end require 'spec_helper' require 'json' require 'date' # Unit tests for MuxRuby::AssetGeneratedSubtitleSettings # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe MuxRuby::AssetGeneratedSubtitleSettings do let(:instance) { MuxRuby::AssetGeneratedSubtitleSettings.new } describe 'test an instance of AssetGeneratedSubtitleSettings' do it 'should create an instance of AssetGeneratedSubtitleSettings' do expect(instance).to be_instance_of(MuxRuby::AssetGeneratedSubtitleSettings) end end describe 'test attribute "name"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "passthrough"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "language_code"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["en", "en-US"]) # validator.allowable_values.each do |value| # expect { instance.language_code = value }.not_to raise_error # end end end end
Version data entries
10 entries across 10 versions & 1 rubygems