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