mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
Spec Msf::Platform
MSP-11496
This commit is contained in:
parent
c2c311f087
commit
6bf5e996cf
7
spec/lib/msf/core/platform_spec.rb
Normal file
7
spec/lib/msf/core/platform_spec.rb
Normal file
@ -0,0 +1,7 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe Msf::Platform do
|
||||
it 'is an alias for Msf::Module::Platform' do
|
||||
expect(described_class.name).to eq('Msf::Module::Platform')
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user