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