Sha256: 238c4431c9740f01aa48addae664e5ece0cfa1253b87495201336c7f991d210e
Contents?: true
Size: 1.48 KB
Versions: 59
Compression:
Stored size: 1.48 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 describe 'test attribute "ticket_url"' 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
59 entries across 59 versions & 1 rubygems