Sha256: 864a7c6975270c0e8d993ab82cb75e9647188dd25e22d418007a04ce1f33d718
Contents?: true
Size: 923 Bytes
Versions: 50
Compression:
Stored size: 923 Bytes
Contents
=begin #SnapTrade #Connect brokerage accounts to your app for live positions and trading The version of the OpenAPI document: 1.0.0 Contact: api@snaptrade.com =end require 'spec_helper' require 'json' require 'date' # Unit tests for SnapTrade::FigiInstrument describe SnapTrade::FigiInstrument do let(:instance) { SnapTrade::FigiInstrument.new } describe 'test an instance of FigiInstrument' do it 'should create an instance of FigiInstrument' do expect(instance).to be_instance_of(SnapTrade::FigiInstrument) end end describe 'test attribute "figi_code"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "figi_share_class"' 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
50 entries across 50 versions & 1 rubygems