Sha256: a99aa5b3be33ec3b7b23ed158de12644b4125a69c7cd12468c0f871f9b4869c6

Contents?: true

Size: 401 Bytes

Versions: 805

Compression:

Stored size: 401 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

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

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

Version data entries

805 entries across 805 versions & 1 rubygems

Version Path
pwn-0.4.558 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.557 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.556 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.554 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.553 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.552 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.551 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.550 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.549 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.548 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.547 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.546 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.545 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.544 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.543 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.542 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.541 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.540 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.539 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.538 spec/lib/pwn/plugins/vsphere_spec.rb