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