Sha256: f8fc29735b0c47e411c889f50987af02e333ddd22920a6a68186b5b490d2c763
Contents?: true
Size: 939 Bytes
Versions: 39
Compression:
Stored size: 939 Bytes
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::GetAssetPlaybackIDResponse # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'GetAssetPlaybackIDResponse' do before do # run before each test @instance = MuxRuby::GetAssetPlaybackIDResponse.new end after do # run after each test end describe 'test an instance of GetAssetPlaybackIDResponse' do it 'should create an instance of GetAssetPlaybackIDResponse' do expect(@instance).to be_instance_of(MuxRuby::GetAssetPlaybackIDResponse) end end describe 'test attribute "data"' 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
39 entries across 39 versions & 1 rubygems