Sha256: 2a1b4d65d7acf873f05b67b4a567eaab08e796e4947f9944185581949b2da293

Contents?: true

Size: 330 Bytes

Versions: 12

Compression:

Stored size: 330 Bytes

Contents

require 'spec_helper'
require 'handler'

describe 'handler(event)' do
  # let(:event) {SpecHelper::Event.new(body: 'Hello', context: 'secret_data', headers: {'MyHeader' => true}, query_params: {'foo' => 'bar'})}

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
faastruby-0.4.12 templates/ruby/example-blank/spec/handler_spec.rb
faastruby-0.4.11 templates/ruby/example-blank/spec/handler_spec.rb
faastruby-0.4.10 templates/ruby/example-blank/spec/handler_spec.rb
faastruby-0.4.9 templates/ruby/example-blank/spec/handler_spec.rb
faastruby-0.4.8 templates/ruby/example-blank/spec/handler_spec.rb
faastruby-0.4.7 templates/ruby/example-blank/spec/handler_spec.rb
faastruby-0.4.6 templates/ruby/example-blank/spec/handler_spec.rb
faastruby-0.4.5 templates/ruby/example-blank/spec/handler_spec.rb
faastruby-0.4.4 templates/ruby/example-blank/spec/handler_spec.rb
faastruby-0.4.3 templates/ruby/example-blank/spec/handler_spec.rb
faastruby-0.4.2 templates/ruby/example-blank/spec/handler_spec.rb
faastruby-0.4.1 templates/ruby/example-blank/spec/handler_spec.rb