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