Spec Msf::Reference

MSP-11496
bug/bundler_fix
Luke Imhoff 2014-10-15 15:08:12 -05:00
parent 714e9435e5
commit 26958f5aaa
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
require 'spec_helper'
describe Msf::Reference do
it 'is an alias for Msf::Module::Reference' do
expect(described_class.name).to eq('Msf::Module::Reference')
end
end