1
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:
Luke Imhoff 2014-10-15 15:15:33 -05:00
parent c2c311f087
commit 6bf5e996cf
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8

View 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