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