Sha256: 4e83c14e1c070c6754676abc5a7d13fdf6246265628a831d36a1c375300a1bc1

Contents?: true

Size: 1.91 KB

Versions: 4

Compression:

Stored size: 1.91 KB

Contents

=begin
#Mux API

#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.

The version of the OpenAPI document: v1
Contact: devex@mux.com
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.0.1

=end

require 'spec_helper'
require 'json'

# Unit tests for MuxRuby::DRMConfigurationsApi
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe 'DRMConfigurationsApi' do
  before do
    # run before each test
    @api_instance = MuxRuby::DRMConfigurationsApi.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of DRMConfigurationsApi' do
    it 'should create an instance of DRMConfigurationsApi' do
      expect(@api_instance).to be_instance_of(MuxRuby::DRMConfigurationsApi)
    end
  end

  # unit tests for get_drm_configuration
  # Retrieve a DRM Configuration
  # Retrieves a single DRM Configuration.
  # @param drm_configuration_id The DRM Configuration ID.
  # @param [Hash] opts the optional parameters
  # @return [DRMConfigurationResponse]
  describe 'get_drm_configuration test' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  # unit tests for list_drm_configurations
  # List DRM Configurations
  # Returns a list of DRM Configurations
  # @param [Hash] opts the optional parameters
  # @option opts [Integer] :page Offset by this many pages, of the size of `limit`
  # @option opts [Integer] :limit Number of items to include in the response
  # @return [ListDRMConfigurationsResponse]
  describe 'list_drm_configurations test' 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

4 entries across 4 versions & 1 rubygems

Version Path
mux_ruby-3.20.0 spec/api/drm_configurations_api_spec.rb
mux_ruby-3.19.0 spec/api/drm_configurations_api_spec.rb
mux_ruby-3.18.0 spec/api/drm_configurations_api_spec.rb
mux_ruby-3.17.0 spec/api/drm_configurations_api_spec.rb