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