Sha256: c6d37c85162ab826b57141dacb6f70aad76836c05c55e3ada8dfee0852a77e48

Contents?: true

Size: 908 Bytes

Versions: 32

Compression:

Stored size: 908 Bytes

Contents

=begin
Titan API

The ultimate, language agnostic, container based job processing framework.

OpenAPI spec version: 0.0.1

Generated by: https://github.com/swagger-api/swagger-codegen.git


=end

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

# Unit tests for IronTitan::
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'JobArray' do
  before do
    # run before each test
    @instance = IronTitan::JobArray.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of JobArray' do
    it 'should create an instact of JobArray' do
      @instance.should be_a(IronTitan::JobArray) 
    end
  end
  describe 'test attribute "jobs"' do
    it 'should work' do
       # assertion here
       # should be_a()
       # should be_nil
       # should ==
       # should_not ==
    end
  end

end

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
iron_titan-0.1.1 spec/models/JobArray_spec.rb
iron_titan-0.1.0 spec/models/JobArray_spec.rb
iron_titan-0.0.10 spec/models/JobArray_spec.rb
iron_titan-0.0.9 spec/models/JobArray_spec.rb
iron_titan-0.0.8 spec/models/JobArray_spec.rb
iron_titan-0.0.7 spec/models/JobArray_spec.rb
iron_titan-0.0.6 spec/models/JobArray_spec.rb
iron_titan-0.0.5 spec/models/JobArray_spec.rb
iron_titan-0.0.4 spec/models/JobArray_spec.rb
iron_titan-0.0.3 spec/models/JobArray_spec.rb
iron_titan-0.0.2 spec/models/JobArray_spec.rb
iron_titan-0.0.1 spec/models/JobArray_spec.rb