Sha256: f6d4f4030fad1dda6b32e813362ffeec487c02143e0ad079bbdc5910adf27748
Contents?: true
Size: 1.32 KB
Versions: 30
Compression:
Stored size: 1.32 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::GetAssetOrLiveStreamIdResponseData # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'GetAssetOrLiveStreamIdResponseData' do before do # run before each test @instance = MuxRuby::GetAssetOrLiveStreamIdResponseData.new end after do # run after each test end describe 'test an instance of GetAssetOrLiveStreamIdResponseData' do it 'should create an instance of GetAssetOrLiveStreamIdResponseData' do expect(@instance).to be_instance_of(MuxRuby::GetAssetOrLiveStreamIdResponseData) 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 "policy"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "object"' 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
30 entries across 30 versions & 1 rubygems