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