Sha256: 1657e9017ecff6b8fbad0e27b7fb415fc2807c729e29cc19bda3dc522f892b51
Contents?: true
Size: 541 Bytes
Versions: 775
Compression:
Stored size: 541 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe PWN::Banner::Pirate do it 'should cointain a method for banner retrieval' do get_response = PWN::Banner::Pirate expect(get_response).to respond_to :get end it 'should display information for authors' do authors_response = PWN::Banner::Pirate expect(authors_response).to respond_to :authors end it 'should display information for existing help method' do help_response = PWN::Banner::Pirate expect(help_response).to respond_to :help end end
Version data entries
775 entries across 775 versions & 1 rubygems