Sha256: e5b23b98e6b2b205f31bebab890dc0312ab4e7e8cc58618abc9efc636cd68a73

Contents?: true

Size: 290 Bytes

Versions: 5

Compression:

Stored size: 290 Bytes

Contents

require 'spec_helper'
require 'handler'

describe 'handler(event)' do
  let(:event) {Event.new(
    body: nil,
    query_params: {},
    headers: {},
    context: nil
  )}

  xit 'write some tests here' do
    # function_return = handler(event).call
    expect(true).to eq(false)
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
faastruby-0.4.18 templates/ruby/example-blank/spec/handler_spec.rb
faastruby-0.4.17 templates/ruby/example-blank/spec/handler_spec.rb
faastruby-0.4.16 templates/ruby/example-blank/spec/handler_spec.rb
faastruby-0.4.15 templates/ruby/example-blank/spec/handler_spec.rb
faastruby-0.4.14 templates/ruby/example-blank/spec/handler_spec.rb