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