Sha256: a2c0e4f3b878c1c30f23c6c1f93e51836cbbc88cbf9cc539c58ea93dc1a174cb
Contents?: true
Size: 1 KB
Versions: 18
Compression:
Stored size: 1 KB
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::SnapTradeRegisterUserRequestBody describe SnapTrade::SnapTradeRegisterUserRequestBody do let(:instance) { SnapTrade::SnapTradeRegisterUserRequestBody.new } describe 'test an instance of SnapTradeRegisterUserRequestBody' do it 'should create an instance of SnapTradeRegisterUserRequestBody' do expect(instance).to be_instance_of(SnapTrade::SnapTradeRegisterUserRequestBody) 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 describe 'test attribute "rsa_public_key"' 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
18 entries across 18 versions & 1 rubygems