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