spec/models/data_spec.rb in radiomanager_client-1.1.6 vs spec/models/data_spec.rb in radiomanager_client-1.1.12
- old
+ new
@@ -4,11 +4,11 @@
#RadioManager
OpenAPI spec version: 2.0
Contact: support@pluxbox.com
Generated by: https://github.com/swagger-api/swagger-codegen.git
-Swagger Codegen version: 2.2.3
+Swagger Codegen version: 2.3.0
=end
require 'spec_helper'
require 'json'
@@ -31,9 +31,15 @@
it 'should create an instance of Data' do
expect(@instance).to be_instance_of(RadioManagerClient::Data)
end
end
describe 'test attribute "start"' do
+ it 'should work' do
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
+ end
+ end
+
+ describe 'test attribute "allow_playlist_past"' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end