Files
metasploit-gs/spec/support/shared/contexts/msf/modules/loader_base.rb
T

13 lines
235 B
Ruby
Raw Normal View History

shared_context "Msf::Modules::Loader::Base" do
let(:parent_path) do
parent_pathname.to_s
end
let(:parent_pathname) do
root_pathname.join('modules')
end
let(:root_pathname) do
Pathname.new(Msf::Config.install_root)
end
end