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