Sha256: 83e7ab8ba3f59da1ce955458c3511f8d23fb5c77797cb28dec99a00aa14ee385

Contents?: true

Size: 1.05 KB

Versions: 5

Compression:

Stored size: 1.05 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'
require 'date'

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

  after do
    # run after each test
  end

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

  describe 'test attribute "payload"' 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/models/new_task_spec.rb
fn_ruby-0.2.0 spec/models/new_task_spec.rb
fn_ruby-0.1.32 spec/models/new_task_spec.rb
fn_ruby-0.1.31 spec/models/new_task_spec.rb
fn_ruby-0.1.30 spec/models/new_task_spec.rb