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