Sha256: fab426ee0af5a46314f890a3ae9f635b9c0590cc4e7615083367a38e069383d0
Contents?: true
Size: 1.09 KB
Versions: 32
Compression:
Stored size: 1.09 KB
Contents
require 'spec_helper' require 'json' require 'date' # Unit tests for Phrase::LocaleTeamPreview # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'LocaleTeamPreview' do before do # run before each test @instance = Phrase::LocaleTeamPreview.new end after do # run after each test end describe 'test an instance of LocaleTeamPreview' do it 'should create an instance of LocaleTeamPreview' do expect(@instance).to be_instance_of(Phrase::LocaleTeamPreview) 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 describe 'test attribute "name"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "role"' 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
32 entries across 32 versions & 1 rubygems