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