Sha256: 7b62a880a43d9537c76f6c307d65595e9b1e3aab22f821ef4f753d1f98c16c51

Contents?: true

Size: 1.3 KB

Versions: 2

Compression:

Stored size: 1.3 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::SymbolChangeInfo
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe FinnhubRuby::SymbolChangeInfo do
  let(:instance) { FinnhubRuby::SymbolChangeInfo.new }

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

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

2 entries across 2 versions & 1 rubygems

Version Path
finnhub_ruby-1.1.19 spec/models/symbol_change_info_spec.rb
finnhub_ruby-1.1.18 spec/models/symbol_change_info_spec.rb