Sha256: e65394ce98b0a657174e71389ecaf7b5808fffcbf390671cde28399287f22e33

Contents?: true

Size: 1.16 KB

Versions: 1

Compression:

Stored size: 1.16 KB

Contents

=begin
Titan API

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

OpenAPI spec version: 0.0.10

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


=end

require 'spec_helper'
require 'json'

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

  after do
    # run after each test
  end

  describe 'test an instance of ImagesApi' do
    it 'should create an instact of ImagesApi' do
      @instance.should be_a(IronTitan::ImagesApi)
    end
  end

  # unit tests for images_name_get
  # Get images by name.
  # TODO: Using images for lack of a better term. See https://github.com/iron-io/titan/issues/43 for discussion.
  # @param name Name of the image.
  # @param [Hash] opts the optional parameters
  # @return [ImagesWrapper]
  describe 'images_name_get test' do
    it "should work" do
      # assertion here
      # should be_a()
      # should be_nil
      # should ==
      # should_not ==
    end
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
iron_titan-0.0.10 spec/api/images_api_spec.rb