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