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