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