Sha256: c21bdc03e0e9d356aefa6d3ddc56d91dcf7d513b9b31baa91b13c67d1dc3561e
Contents?: true
Size: 583 Bytes
Versions: 4
Compression:
Stored size: 583 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
4 entries across 4 versions & 1 rubygems