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