Sha256: bcac6d4e228e9dca39c6f3c8576f496f322e318d0d8a2ce15fd1da9583c78c24

Contents?: true

Size: 1.01 KB

Versions: 9

Compression:

Stored size: 1.01 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::AssetMaster
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe 'AssetMaster' do
  before do
    # run before each test
    @instance = MuxRuby::AssetMaster.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of AssetMaster' do
    it 'should create an instance of AssetMaster' do
      expect(@instance).to be_instance_of(MuxRuby::AssetMaster)
    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
    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

9 entries across 9 versions & 1 rubygems

Version Path
mux_ruby-1.8.1 spec/models/asset_master_spec.rb
mux_ruby-1.7.0 spec/models/asset_master_spec.rb
mux_ruby-1.6.0 spec/models/asset_master_spec.rb
mux_ruby-1.5.1 spec/models/asset_master_spec.rb
mux_ruby-1.5.0 spec/models/asset_master_spec.rb
mux_ruby-1.4.0 spec/models/asset_master_spec.rb
mux_ruby-1.3.1 spec/models/asset_master_spec.rb
mux_ruby-1.3.0 spec/models/asset_master_spec.rb
mux_ruby-1.0.0 spec/models/asset_master_spec.rb