Sha256: d4b8141730eb692123df7df9ef6c091d460dbaee1f19ccd77b4763fe14b4a7b5
Contents?: true
Size: 821 Bytes
Versions: 61
Compression:
Stored size: 821 Bytes
Contents
require 'spec_helper' require 'json' require 'date' # Unit tests for Phrase::TeamsSpacesCreateParameters # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'TeamsSpacesCreateParameters' do before do # run before each test @instance = Phrase::TeamsSpacesCreateParameters.new end after do # run after each test end describe 'test an instance of TeamsSpacesCreateParameters' do it 'should create an instance of TeamsSpacesCreateParameters' do expect(@instance).to be_instance_of(Phrase::TeamsSpacesCreateParameters) 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
Version | Path |
---|---|
phrase-1.0.2 | spec/models/teams_spaces_create_parameters_spec.rb |