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