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