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