require 'spec_helper' require 'json' require 'date' # Unit tests for Phrase::TranslationKeyDetails1 # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'TranslationKeyDetails1' do before do # run before each test @instance = Phrase::TranslationKeyDetails1.new end after do # run after each test end describe 'test an instance of TranslationKeyDetails1' do it 'should create an instance of TranslationKeyDetails1' do expect(@instance).to be_instance_of(Phrase::TranslationKeyDetails1) end end describe 'test attribute "name_plural"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "comments_count"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "max_characters_allowed"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "screenshot_url"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "unformatted"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "xml_space_preserve"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "original_file"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "format_value_type"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "creator"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end