Sha256: 156f3a5571c03f78b03df8e4247767f316fc0a395bf6de54df4780917b46067b
Contents?: true
Size: 204 Bytes
Versions: 1
Compression:
Stored size: 204 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe PWN::Log do it 'should return data for help method' do help_response = PWN::Log.help expect(help_response).not_to be_nil end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pwn-0.4.662 | spec/lib/pwn/log_spec.rb |