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