Sha256: f87e000ed59d32834157126b5f27c2491c51c75c85207e74f4b6b704aedf1d3d
Contents?: true
Size: 1.12 KB
Versions: 30
Compression:
Stored size: 1.12 KB
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::OptionBrokerageSymbol describe SnapTrade::OptionBrokerageSymbol do let(:instance) { SnapTrade::OptionBrokerageSymbol.new } describe 'test an instance of OptionBrokerageSymbol' do it 'should create an instance of OptionBrokerageSymbol' do expect(instance).to be_instance_of(SnapTrade::OptionBrokerageSymbol) end end describe 'test attribute "option_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 "id"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "description"' 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
30 entries across 30 versions & 1 rubygems