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