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