Files
metasploit-gs/spec/lib/msf/base/simple/framework_spec.rb
T

12 lines
208 B
Ruby
Raw Normal View History

require 'spec_helper'
2015-10-16 15:57:04 -05:00
RSpec.describe Msf::Simple::Framework do
2013-09-30 13:47:53 -05:00
include_context 'Msf::Simple::Framework'
2013-09-30 13:47:53 -05:00
subject do
framework
end
2013-09-30 13:47:53 -05:00
it_should_behave_like 'Msf::Simple::Framework::ModulePaths'
2014-08-26 15:24:08 -05:00
end