Sha256: 61f518c8c8925130dacb80735d02be80d6f62ae338f6478464a56995eb6f8a80

Contents?: true

Size: 981 Bytes

Versions: 1

Compression:

Stored size: 981 Bytes

Contents

=begin
#RadioManager

#RadioManager

OpenAPI spec version: 2.0
Contact: support@pluxbox.com
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.3.0

=end

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

# Unit tests for RadioManagerClient::StationResult
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'StationResult' do
  before do
    # run before each test
    @instance = RadioManagerClient::StationResult.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of StationResult' do
    it 'should create an instance of StationResult' do
      expect(@instance).to be_instance_of(RadioManagerClient::StationResult)
    end
  end
  describe 'test attribute "station"' 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

1 entries across 1 versions & 1 rubygems

Version Path
radiomanager_client-1.1.12 spec/models/station_result_spec.rb