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