Sha256: e0fe7a3c06f4e2e6df9941cb8cf3ee62609e735803733cb6b36fa3800a01fccf
Contents?: true
Size: 1003 Bytes
Versions: 4
Compression:
Stored size: 1003 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' # Unit tests for SnapTrade::ErrorLogsApi describe 'ErrorLogsApi' do before do # run before each test @api_instance = SnapTrade::ErrorLogsApi.new end after do # run after each test end describe 'test an instance of ErrorLogsApi' do it 'should create an instance of ErrorLogsApi' do expect(@api_instance).to be_instance_of(SnapTrade::ErrorLogsApi) end end # unit tests for list_user_errors # Retrieve error logs on behalf of your SnapTrade users # @param user_id # @param user_secret # @param [Hash] opts the optional parameters # @return [Array<UserErrorLog>] describe 'list_user_errors test' 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
4 entries across 4 versions & 1 rubygems