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