Sha256: a7ba7efa6bb60a40d4886c3e69d45d24c5374137eb0b02179f1be6a39aba4d59
Contents?: true
Size: 389 Bytes
Versions: 63
Compression:
Stored size: 389 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe PWN::Plugins::IRC do it 'should display information for authors' do authors_response = PWN::Plugins::IRC expect(authors_response).to respond_to :authors end it 'should display information for existing help method' do help_response = PWN::Plugins::IRC expect(help_response).to respond_to :help end end
Version data entries
63 entries across 63 versions & 1 rubygems
Version | Path |
---|---|
pwn-0.5.152 | spec/lib/pwn/plugins/irc_spec.rb |
pwn-0.5.151 | spec/lib/pwn/plugins/irc_spec.rb |
pwn-0.5.150 | spec/lib/pwn/plugins/irc_spec.rb |