Sha256: c7749bc929d0dcf08de086f9dc731524db4d4457accd23d30f3cb9c2517b0067
Contents?: true
Size: 1.29 KB
Versions: 3
Compression:
Stored size: 1.29 KB
Contents
require 'spec_helper' require 'json' require 'date' # Unit tests for Phrase::JobUpdateParameters # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'JobUpdateParameters' do before do # run before each test @instance = Phrase::JobUpdateParameters.new end after do # run after each test end describe 'test an instance of JobUpdateParameters' do it 'should create an instance of JobUpdateParameters' do expect(@instance).to be_instance_of(Phrase::JobUpdateParameters) 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 describe 'test attribute "name"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "briefing"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "due_date"' 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
phrase-1.0.3 | spec/models/job_update_parameters_spec.rb |
phrase-1.0.2 | spec/models/job_update_parameters_spec.rb |
phrase-1.0.1 | spec/models/job_update_parameters_spec.rb |