Sha256: 0219e674ed3e8ec66ab160de5f830064d22c7be5d8f2dad13938aff7e50d8465

Contents?: true

Size: 1.12 KB

Versions: 5

Compression:

Stored size: 1.12 KB

Contents

=begin
#IronFunctions

#The open source serverless platform.

OpenAPI spec version: 0.1.29

Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3

=end

require 'spec_helper'
require 'json'

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

  after do
    # run after each test
  end

  describe 'test an instance of TasksApi' do
    it 'should create an instance of TasksApi' do
      expect(@instance).to be_instance_of(Fn::TasksApi)
    end
  end

  # unit tests for tasks_get
  # Get next task.
  # Gets the next task in the queue, ready for processing. Consumers should start processing tasks in order. No other consumer can retrieve this task.
  # @param [Hash] opts the optional parameters
  # @return [TaskWrapper]
  describe 'tasks_get test' 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

5 entries across 5 versions & 1 rubygems

Version Path
fn_ruby-0.2.1 spec/api/tasks_api_spec.rb
fn_ruby-0.2.0 spec/api/tasks_api_spec.rb
fn_ruby-0.1.32 spec/api/tasks_api_spec.rb
fn_ruby-0.1.31 spec/api/tasks_api_spec.rb
fn_ruby-0.1.30 spec/api/tasks_api_spec.rb