Sha256: 07e136951dd0797bb24b3c908a6ff67d6fa899576f080ba21757e037a9165519
Contents?: true
Size: 1.96 KB
Versions: 38
Compression:
Stored size: 1.96 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::DeliveryReport # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'DeliveryReport' do before do # run before each test @instance = MuxRuby::DeliveryReport.new end after do # run after each test end describe 'test an instance of DeliveryReport' do it 'should create an instance of DeliveryReport' do expect(@instance).to be_instance_of(MuxRuby::DeliveryReport) end end describe 'test attribute "live_stream_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 "asset_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 "created_at"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "asset_state"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "asset_duration"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "delivered_seconds"' 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