Sha256: db034459d1d4cf1d4f2e1ec28390170a615840b62ac97a32a6f8d1a6868dbcd6

Contents?: true

Size: 1.06 KB

Versions: 52

Compression:

Stored size: 1.06 KB

Contents

=begin
#Site Manager API

#Site Manager API

The version of the OpenAPI document: 1.0.0
Contact: autosde@il.ibm.com
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.0.0

=end

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for AutosdeOpenapiClient::JobCreate
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe AutosdeOpenapiClient::JobCreate do
  let(:instance) { AutosdeOpenapiClient::JobCreate.new }

  describe 'test an instance of JobCreate' do
    it 'should create an instance of JobCreate' do
      expect(instance).to be_instance_of(AutosdeOpenapiClient::JobCreate)
    end
  end
  describe 'test attribute "task_args"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "task_name"' 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

52 entries across 52 versions & 2 rubygems

Version Path
autosde_openapi_client-1.1.7 spec/models/job_create_spec.rb
autosde_openapi_client-1.1.6 spec/models/job_create_spec.rb
autosde_openapi_client-1.1.5 spec/models/job_create_spec.rb
autosde_openapi_client-1.1.4 spec/models/job_create_spec.rb
autosde_openapi_client-1.1.3 spec/models/job_create_spec.rb
autosde_openapi_client-1.1.2 spec/models/job_create_spec.rb
autosde_openapi_client-1.1.1 spec/models/job_create_spec.rb
autosde_openapi_client-1.1.0 spec/models/job_create_spec.rb
autosde_openapi_client-1.0.51 spec/models/job_create_spec.rb
autosde_openapi_client-1.0.50 spec/models/job_create_spec.rb
autosde_openapi_client-1.0.49 spec/models/job_create_spec.rb
autosde_openapi_client-1.0.48 spec/models/job_create_spec.rb
autosde_openapi_client-1.0.47 spec/models/job_create_spec.rb
autosde_openapi_client-1.0.46 spec/models/job_create_spec.rb
autosde_openapi_client-1.0.45 spec/models/job_create_spec.rb
autosde_openapi_client-1.0.44 spec/models/job_create_spec.rb
autosde_openapi_client-1.0.43 spec/models/job_create_spec.rb
autosde_openapi_client-1.0.42 spec/models/job_create_spec.rb
autosde_openapi_client-1.0.41 spec/models/job_create_spec.rb
autosde_openapi_client-1.0.40 spec/models/job_create_spec.rb