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