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