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