Sha256: 499f25736f5416e0d191e9635fe433cddf71cfe2ac22b53da98989375c235fb9
Contents?: true
Size: 1.15 KB
Versions: 4
Compression:
Stored size: 1.15 KB
Contents
=begin #Yousign API Swagger #For your information, the Yousign API documentation is available at https://dev.yousign.com/ OpenAPI spec version: 2.1 Contact: support@yousign.fr Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.4.14 =end require 'spec_helper' require 'json' # Unit tests for YousignClient::WorkspacesApi # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'WorkspacesApi' do before do # run before each test @instance = YousignClient::WorkspacesApi.new end after do # run after each test end describe 'test an instance of WorkspacesApi' do it 'should create an instance of WorkspacesApi' do expect(@instance).to be_instance_of(YousignClient::WorkspacesApi) end end # unit tests for workspaces_get # List all Workspaces # @param [Hash] opts the optional parameters # @return [Array<WorkspaceOutput>] describe 'workspaces_get 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