Sha256: 7402d337c0334d0e629e984fd53b12b30d9c7789bfad82eee8af510feb8d5c17

Contents?: true

Size: 395 Bytes

Versions: 630

Compression:

Stored size: 395 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

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

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

Version data entries

630 entries across 630 versions & 1 rubygems

Version Path
pwn-0.4.524 spec/lib/pwn/reports/phone_spec.rb
pwn-0.4.523 spec/lib/pwn/reports/phone_spec.rb
pwn-0.4.522 spec/lib/pwn/reports/phone_spec.rb
pwn-0.4.521 spec/lib/pwn/reports/phone_spec.rb
pwn-0.4.520 spec/lib/pwn/reports/phone_spec.rb
pwn-0.4.519 spec/lib/pwn/reports/phone_spec.rb
pwn-0.4.518 spec/lib/pwn/reports/phone_spec.rb
pwn-0.4.517 spec/lib/pwn/reports/phone_spec.rb
pwn-0.4.516 spec/lib/pwn/reports/phone_spec.rb
pwn-0.4.515 spec/lib/pwn/reports/phone_spec.rb