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