2013-05-24 17:33:42 +00:00
|
|
|
require 'spec_helper'
|
|
|
|
|
|
|
|
describe Msf::Simple::Framework do
|
2013-09-30 18:47:53 +00:00
|
|
|
include_context 'Msf::Simple::Framework'
|
2013-05-24 17:33:42 +00:00
|
|
|
|
2013-09-30 18:47:53 +00:00
|
|
|
subject do
|
|
|
|
framework
|
|
|
|
end
|
2013-05-24 17:33:42 +00:00
|
|
|
|
2013-09-30 18:47:53 +00:00
|
|
|
it_should_behave_like 'Msf::Simple::Framework::ModulePaths'
|
2014-08-26 20:24:08 +00:00
|
|
|
end
|