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