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