Sha256: 3c8ceb219115aa26e651fa452c2033c3e9f11cb63eb6825df37fb2e08499bbcc
Contents?: true
Size: 632 Bytes
Versions: 4
Compression:
Stored size: 632 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::AuthenticationLoginSnapTradeUser200Response describe SnapTrade::AuthenticationLoginSnapTradeUser200Response do describe '.openapi_one_of' do it 'lists the items referenced in the oneOf array' do expect(described_class.openapi_one_of).to_not be_empty end end describe '.build' do it 'returns the correct model' do end end end
Version data entries
4 entries across 4 versions & 1 rubygems