Sha256: ff63c82e7b8a8d908c17c96cd9ac3f6312d31f8e623426473b34749defb9db4d

Contents?: true

Size: 1.1 KB

Versions: 5

Compression:

Stored size: 1.1 KB

Contents

=begin
#Finnhub API

#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 1.0.0

Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.2.1

=end

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

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

  describe 'test an instance of LobbyingResult' do
    it 'should create an instance of LobbyingResult' do
      expect(instance).to be_instance_of(FinnhubRuby::LobbyingResult)
    end
  end
  describe 'test attribute "symbol"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "data"' 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

5 entries across 5 versions & 1 rubygems

Version Path
finnhub_ruby-1.1.19 spec/models/lobbying_result_spec.rb
finnhub_ruby-1.1.18 spec/models/lobbying_result_spec.rb
finnhub_ruby-1.1.17 spec/models/lobbying_result_spec.rb
finnhub_ruby-1.1.16 spec/models/lobbying_result_spec.rb
finnhub_ruby-1.1.15 spec/models/lobbying_result_spec.rb