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