Sha256: b648811b475563a1bdfb9c757f0859ede3e40f9aba1c3f20870ea5ccbf6f47b2

Contents?: true

Size: 702 Bytes

Versions: 632

Compression:

Stored size: 702 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

describe PWN::SAST::Eval do
  it 'scan method should exist' do
    scan_response = PWN::SAST::Eval
    expect(scan_response).to respond_to :scan
  end

  it 'should display information for security_references' do
    security_references_response = PWN::SAST::Eval
    expect(security_references_response).to respond_to :security_references
  end

  it 'should display information for authors' do
    authors_response = PWN::SAST::Eval
    expect(authors_response).to respond_to :authors
  end

  it 'should display information for existing help method' do
    help_response = PWN::SAST::Eval
    expect(help_response).to respond_to :help
  end
end

Version data entries

632 entries across 632 versions & 1 rubygems

Version Path
pwn-0.4.524 spec/lib/pwn/sast/eval_spec.rb
pwn-0.4.523 spec/lib/pwn/sast/eval_spec.rb
pwn-0.4.522 spec/lib/pwn/sast/eval_spec.rb
pwn-0.4.521 spec/lib/pwn/sast/eval_spec.rb
pwn-0.4.520 spec/lib/pwn/sast/eval_spec.rb
pwn-0.4.519 spec/lib/pwn/sast/eval_spec.rb
pwn-0.4.518 spec/lib/pwn/sast/eval_spec.rb
pwn-0.4.517 spec/lib/pwn/sast/eval_spec.rb
pwn-0.4.516 spec/lib/pwn/sast/eval_spec.rb
pwn-0.4.515 spec/lib/pwn/sast/eval_spec.rb
pwn-0.4.514 spec/lib/pwn/sast/eval_spec.rb
pwn-0.4.513 spec/lib/pwn/sast/eval_spec.rb