Sha256: ca1b0689a9eeeb31f2f7b8c703efab21e3f237d36cf77f6eca9230a479fc0f9b
Contents?: true
Size: 529 Bytes
Versions: 37
Compression:
Stored size: 529 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::TradeAction describe SnapTrade::TradeAction do let(:instance) { SnapTrade::TradeAction.new } describe 'test an instance of TradeAction' do it 'should create an instance of TradeAction' do expect(instance).to be_instance_of(SnapTrade::TradeAction) end end end
Version data entries
37 entries across 37 versions & 1 rubygems