Skip to content

Commit 6bf5e99

Browse files
committed
Spec Msf::Platform
MSP-11496
1 parent c2c311f commit 6bf5e99

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spec/lib/msf/core/platform_spec.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
require 'spec_helper'
2+
3+
describe Msf::Platform do
4+
it 'is an alias for Msf::Module::Platform' do
5+
expect(described_class.name).to eq('Msf::Module::Platform')
6+
end
7+
end

0 commit comments

Comments
 (0)