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