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