Sha256: 3b04cc91a5ea33c3721056718be2ff90059ecdb6103ad4a146d6e51ac83d773f
Contents?: true
Size: 1.25 KB
Versions: 5
Compression:
Stored size: 1.25 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::BondCandles # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe FinnhubRuby::BondCandles do let(:instance) { FinnhubRuby::BondCandles.new } describe 'test an instance of BondCandles' do it 'should create an instance of BondCandles' do expect(instance).to be_instance_of(FinnhubRuby::BondCandles) end end describe 'test attribute "c"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "t"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "s"' 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