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