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