Sha256: da042b5e31daf6c4c345d4ee32958f06931df606772222d4390401e8c192c2c8
Contents?: true
Size: 1.82 KB
Versions: 38
Compression:
Stored size: 1.82 KB
Contents
=begin # Mux Ruby - Copyright 2019 Mux Inc. # NOTE: This file is auto generated. Do not edit this file manually. =end require 'spec_helper' require 'json' require 'date' # Unit tests for MuxRuby::SimulcastTarget # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'SimulcastTarget' do before do # run before each test @instance = MuxRuby::SimulcastTarget.new end after do # run after each test end describe 'test an instance of SimulcastTarget' do it 'should create an instance of SimulcastTarget' do expect(@instance).to be_instance_of(MuxRuby::SimulcastTarget) end end describe 'test attribute "id"' 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 "status"' 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', ["idle", "starting", "broadcasting", "errored"]) # validator.allowable_values.each do |value| # expect { @instance.status = value }.not_to raise_error # end end end describe 'test attribute "stream_key"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "url"' 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
38 entries across 38 versions & 1 rubygems