Sha256: 5ed7c13bf290561f3a410466555d78cbd43ea4c6e50e5da1b817972188a46588
Contents?: true
Size: 815 Bytes
Versions: 61
Compression:
Stored size: 815 Bytes
Contents
require 'spec_helper' require 'json' require 'date' # Unit tests for Phrase::TeamsUsersCreateParameters # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'TeamsUsersCreateParameters' do before do # run before each test @instance = Phrase::TeamsUsersCreateParameters.new end after do # run after each test end describe 'test an instance of TeamsUsersCreateParameters' do it 'should create an instance of TeamsUsersCreateParameters' do expect(@instance).to be_instance_of(Phrase::TeamsUsersCreateParameters) end end describe 'test attribute "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
61 entries across 61 versions & 1 rubygems