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