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