Sha256: 5824dba8cc1d8d030d9fd0b374958d0ce1aa29d4e0b7b800228f106b515d78d9

Contents?: true

Size: 935 Bytes

Versions: 14

Compression:

Stored size: 935 Bytes

Contents

require 'spec_helper'
require 'json'

# Unit tests for Phrase::UsersApi
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe 'UsersApi' do
  before do
    # run before each test
    @api_instance = Phrase::UsersApi.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of UsersApi' do
    it 'should create an instance of UsersApi' do
      expect(@api_instance).to be_instance_of(Phrase::UsersApi)
    end
  end

  # unit tests for show_user
  # Show current User
  # Show details for current User.
  # @param [Hash] opts the optional parameters
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
  # @return [User]
  describe 'show_user 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

14 entries across 14 versions & 1 rubygems

Version Path
phrase-1.0.14 spec/api/users_api_spec.rb
phrase-1.0.13 spec/api/users_api_spec.rb
phrase-1.0.12 spec/api/users_api_spec.rb
phrase-1.0.11 spec/api/users_api_spec.rb
phrase-1.0.10 spec/api/users_api_spec.rb
phrase-1.0.9 spec/api/users_api_spec.rb
phrase-1.0.8 spec/api/users_api_spec.rb
phrase-1.0.7 spec/api/users_api_spec.rb
phrase-1.0.6 spec/api/users_api_spec.rb
phrase-1.0.5 spec/api/users_api_spec.rb
phrase-1.0.4 spec/api/users_api_spec.rb
phrase-1.0.3 spec/api/users_api_spec.rb
phrase-1.0.2 spec/api/users_api_spec.rb
phrase-1.0.1 spec/api/users_api_spec.rb