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