Sha256: 7780175aaa8531b951db9b72281932365530d672e60d82905c08a24aae32ff7f
Contents?: true
Size: 558 Bytes
Versions: 47
Compression:
Stored size: 558 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
47 entries across 47 versions & 1 rubygems