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