Sha256: 84a9fe4710f4145fd19d9373c04985fdd76d8f8fac9bd52bbb50fdd638abce7c
Contents?: true
Size: 212 Bytes
Versions: 830
Compression:
Stored size: 212 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe PWN::Plugins do it 'should return data for help method' do help_response = PWN::Plugins.help expect(help_response).not_to be_nil end end
Version data entries
830 entries across 830 versions & 1 rubygems