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