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