Sha256: dbf80a2eba35d6bcb8e1799814929d11b8f12af61e44283ef643cc92830af0e2

Contents?: true

Size: 398 Bytes

Versions: 829

Compression:

Stored size: 398 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

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

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

Version data entries

829 entries across 829 versions & 1 rubygems

Version Path
pwn-0.5.232 spec/lib/pwn/plugins/oauth2_spec.rb
pwn-0.5.231 spec/lib/pwn/plugins/oauth2_spec.rb
pwn-0.5.230 spec/lib/pwn/plugins/oauth2_spec.rb
pwn-0.5.229 spec/lib/pwn/plugins/oauth2_spec.rb
pwn-0.5.228 spec/lib/pwn/plugins/oauth2_spec.rb
pwn-0.5.227 spec/lib/pwn/plugins/oauth2_spec.rb
pwn-0.5.226 spec/lib/pwn/plugins/oauth2_spec.rb
pwn-0.5.225 spec/lib/pwn/plugins/oauth2_spec.rb
pwn-0.5.224 spec/lib/pwn/plugins/oauth2_spec.rb
pwn-0.5.223 spec/lib/pwn/plugins/oauth2_spec.rb
pwn-0.5.222 spec/lib/pwn/plugins/oauth2_spec.rb
pwn-0.5.221 spec/lib/pwn/plugins/oauth2_spec.rb
pwn-0.5.220 spec/lib/pwn/plugins/oauth2_spec.rb
pwn-0.5.219 spec/lib/pwn/plugins/oauth2_spec.rb
pwn-0.5.217 spec/lib/pwn/plugins/oauth2_spec.rb
pwn-0.5.216 spec/lib/pwn/plugins/oauth2_spec.rb
pwn-0.5.215 spec/lib/pwn/plugins/oauth2_spec.rb
pwn-0.5.214 spec/lib/pwn/plugins/oauth2_spec.rb
pwn-0.5.213 spec/lib/pwn/plugins/oauth2_spec.rb
pwn-0.5.212 spec/lib/pwn/plugins/oauth2_spec.rb