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