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