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