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