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