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