Sha256: 735cb99f219c61d96429754d10b0788408d8b2c561d584d1dbca65845a31a3f4
Contents?: true
Size: 392 Bytes
Versions: 139
Compression:
Stored size: 392 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe PWN::Plugins::REPL do it 'should display information for authors' do authors_response = PWN::Plugins::REPL expect(authors_response).to respond_to :authors end it 'should display information for existing help method' do help_response = PWN::Plugins::REPL expect(help_response).to respond_to :help end end
Version data entries
139 entries across 139 versions & 1 rubygems