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