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