Sha256: 7d4003c352a4c6d1d19741e5515be8710cd41a5753f03a1110da618af9c7db4f

Contents?: true

Size: 1.39 KB

Versions: 4

Compression:

Stored size: 1.39 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::UpdateLiveStreamNewAssetSettings
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe MuxRuby::UpdateLiveStreamNewAssetSettings do
  let(:instance) { MuxRuby::UpdateLiveStreamNewAssetSettings.new }

  describe 'test an instance of UpdateLiveStreamNewAssetSettings' do
    it 'should create an instance of UpdateLiveStreamNewAssetSettings' do
      expect(instance).to be_instance_of(MuxRuby::UpdateLiveStreamNewAssetSettings)
    end
  end
  describe 'test attribute "mp4_support"' 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', ["none", "standard", "capped-1080p", "audio-only", "audio-only,capped-1080p"])
      # validator.allowable_values.each do |value|
      #   expect { instance.mp4_support = value }.not_to raise_error
      # end
    end
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mux_ruby-3.20.0 spec/models/update_live_stream_new_asset_settings_spec.rb
mux_ruby-3.19.0 spec/models/update_live_stream_new_asset_settings_spec.rb
mux_ruby-3.18.0 spec/models/update_live_stream_new_asset_settings_spec.rb
mux_ruby-3.17.0 spec/models/update_live_stream_new_asset_settings_spec.rb