Sha256: e6bc0bfd354ae4b7cd725e8c6c5123f51668a866fe5192c2d54f78acf329514c
Contents?: true
Size: 883 Bytes
Versions: 12
Compression:
Stored size: 883 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::SnapTradeHoldingsAccountAccountIdBalance describe SnapTrade::SnapTradeHoldingsAccountAccountIdBalance do let(:instance) { SnapTrade::SnapTradeHoldingsAccountAccountIdBalance.new } describe 'test an instance of SnapTradeHoldingsAccountAccountIdBalance' do it 'should create an instance of SnapTradeHoldingsAccountAccountIdBalance' do expect(instance).to be_instance_of(SnapTrade::SnapTradeHoldingsAccountAccountIdBalance) end end describe 'test attribute "total"' 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
12 entries across 12 versions & 1 rubygems