Sha256: ab2eda812e35b065ad21d1d0907761fc7661d8b61eb31b54f8439c9409bf5f22
Contents?: true
Size: 386 Bytes
Versions: 813
Compression:
Stored size: 386 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe PWN::AWS::Lambda do it 'should display information for authors' do authors_response = PWN::AWS::Lambda expect(authors_response).to respond_to :authors end it 'should display information for existing help method' do help_response = PWN::AWS::Lambda expect(help_response).to respond_to :help end end
Version data entries
813 entries across 813 versions & 1 rubygems