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