Sha256: 75708962d4fe8caca8e5689a11ba2c1be7487f955d40e9b2a6abf18896b90a6d
Contents?: true
Size: 935 Bytes
Versions: 23
Compression:
Stored size: 935 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::DeleteUserResponse describe SnapTrade::DeleteUserResponse do let(:instance) { SnapTrade::DeleteUserResponse.new } describe 'test an instance of DeleteUserResponse' do it 'should create an instance of DeleteUserResponse' do expect(instance).to be_instance_of(SnapTrade::DeleteUserResponse) end end describe 'test attribute "status"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "user_id"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end
Version data entries
23 entries across 23 versions & 1 rubygems