Sha256: c6a6d6ef72b92f29efef009c711d16866bc58d4cb084e2044a6ad419c79fa867

Contents?: true

Size: 389 Bytes

Versions: 818

Compression:

Stored size: 389 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

describe PWN::Plugins::SSN do
  it 'should display information for authors' do
    authors_response = PWN::Plugins::SSN
    expect(authors_response).to respond_to :authors
  end

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

Version data entries

818 entries across 818 versions & 1 rubygems

Version Path
pwn-0.4.355 spec/lib/pwn/plugins/ssn_spec.rb
pwn-0.4.353 spec/lib/pwn/plugins/ssn_spec.rb
pwn-0.4.352 spec/lib/pwn/plugins/ssn_spec.rb
pwn-0.4.351 spec/lib/pwn/plugins/ssn_spec.rb
pwn-0.4.350 spec/lib/pwn/plugins/ssn_spec.rb
pwn-0.4.349 spec/lib/pwn/plugins/ssn_spec.rb
pwn-0.4.348 spec/lib/pwn/plugins/ssn_spec.rb
pwn-0.4.347 spec/lib/pwn/plugins/ssn_spec.rb
pwn-0.4.346 spec/lib/pwn/plugins/ssn_spec.rb
pwn-0.4.344 spec/lib/pwn/plugins/ssn_spec.rb
pwn-0.4.343 spec/lib/pwn/plugins/ssn_spec.rb
pwn-0.4.342 spec/lib/pwn/plugins/ssn_spec.rb
pwn-0.4.341 spec/lib/pwn/plugins/ssn_spec.rb
pwn-0.4.340 spec/lib/pwn/plugins/ssn_spec.rb
pwn-0.4.339 spec/lib/pwn/plugins/ssn_spec.rb
pwn-0.4.338 spec/lib/pwn/plugins/ssn_spec.rb
pwn-0.4.336 spec/lib/pwn/plugins/ssn_spec.rb
pwn-0.4.333 spec/lib/pwn/plugins/ssn_spec.rb