Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamsea committed Feb 28, 2024
1 parent c4fc7d8 commit 90cc57f
Showing 1 changed file with 53 additions and 53 deletions.
106 changes: 53 additions & 53 deletions spec/models/room_properties_streaming_endpoints_inner_spec.rb
Original file line number Diff line number Diff line change
@@ -1,66 +1,66 @@
=begin
#Daily API
# =begin
# #Daily API

#The Daily REST API offers the ability to manage the following: - Overall Domain Configuration - Individual Room creation and config management - Meeting token creation and validation - Recording and compositing management - Meeting analytics - Logs and metrics - Real-time presence Please reach out to [email protected] if we can help with anything
# #The Daily REST API offers the ability to manage the following: - Overall Domain Configuration - Individual Room creation and config management - Meeting token creation and validation - Recording and compositing management - Meeting analytics - Logs and metrics - Real-time presence Please reach out to [email protected] if we can help with anything

The version of the OpenAPI document: 1.1.1
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.3.0
# The version of the OpenAPI document: 1.1.1
# Contact: [email protected]
# Generated by: https://openapi-generator.tech
# OpenAPI Generator version: 7.3.0

=end
# =end

require 'spec_helper'
require 'json'
require 'date'
# require 'spec_helper'
# require 'json'
# require 'date'

# Unit tests for Daily::RoomPropertiesStreamingEndpointsInner
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe Daily::RoomPropertiesStreamingEndpointsInner do
let(:instance) { Daily::RoomPropertiesStreamingEndpointsInner.new }
# # Unit tests for Daily::RoomPropertiesStreamingEndpointsInner
# # Automatically generated by openapi-generator (https://openapi-generator.tech)
# # Please update as you see appropriate
# describe Daily::RoomPropertiesStreamingEndpointsInner do
# let(:instance) { Daily::RoomPropertiesStreamingEndpointsInner.new }

describe 'test an instance of RoomPropertiesStreamingEndpointsInner' do
it 'should create an instance of RoomPropertiesStreamingEndpointsInner' do
# uncomment below to test the instance creation
#expect(instance).to be_instance_of(Daily::RoomPropertiesStreamingEndpointsInner)
end
end
# describe 'test an instance of RoomPropertiesStreamingEndpointsInner' do
# it 'should create an instance of RoomPropertiesStreamingEndpointsInner' do
# # uncomment below to test the instance creation
# #expect(instance).to be_instance_of(Daily::RoomPropertiesStreamingEndpointsInner)
# end
# end

describe 'test attribute "name"' do
it 'should work' do
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
end
end
# describe 'test attribute "name"' do
# it 'should work' do
# # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
# end
# end

describe 'test attribute "type"' do
it 'should work' do
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
end
end
# describe 'test attribute "type"' do
# it 'should work' do
# # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
# end
# end

describe 'test attribute "hls_config_storage_path"' do
it 'should work' do
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
end
end
# describe 'test attribute "hls_config_storage_path"' do
# it 'should work' do
# # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
# end
# end

describe 'test attribute "hls_config_storage_path_template"' do
it 'should work' do
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
end
end
# describe 'test attribute "hls_config_storage_path_template"' do
# it 'should work' do
# # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
# end
# end

describe 'test attribute "hls_config_save_hls_recording"' do
it 'should work' do
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
end
end
# describe 'test attribute "hls_config_save_hls_recording"' do
# it 'should work' do
# # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
# end
# end

describe 'test attribute "hls_config_variants"' do
it 'should work' do
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
end
end
# describe 'test attribute "hls_config_variants"' do
# it 'should work' do
# # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
# end
# end

end
# end

0 comments on commit 90cc57f

Please sign in to comment.