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