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