Sha256: b078848e9c0597485e6d78ad5d1d5dfec9d301faed6165ca6d9c62ed284f769c
Contents?: true
Size: 371 Bytes
Versions: 738
Compression:
Stored size: 371 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe PWN::Banner do it 'should display information for authors' do authors_response = PWN::Banner expect(authors_response).to respond_to :authors end it 'should display information for existing help method' do help_response = PWN::Banner expect(help_response).to respond_to :help end end
Version data entries
738 entries across 738 versions & 1 rubygems