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.582 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.581 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.580 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.579 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.577 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.576 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.575 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.574 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.573 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.571 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.569 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.568 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.567 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.566 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.565 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.564 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.562 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.561 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.560 spec/lib/pwn/plugins/vsphere_spec.rb
pwn-0.4.559 spec/lib/pwn/plugins/vsphere_spec.rb