update namespace
parent
99931aff44
commit
f59446851f
|
@ -4,7 +4,7 @@ require 'spec_helper'
|
|||
require 'msf/core'
|
||||
require 'msf/core/data_store'
|
||||
|
||||
describe Msf::Exploit::Remote::SMB::Client::LocalPaths do
|
||||
RSpec.describe Msf::Exploit::Remote::SMB::Client::LocalPaths do
|
||||
subject do
|
||||
mod = ::Msf::Module.new
|
||||
mod.extend described_class
|
||||
|
|
|
@ -4,7 +4,7 @@ require 'spec_helper'
|
|||
require 'msf/core'
|
||||
require 'msf/core/data_store'
|
||||
|
||||
describe Msf::Exploit::Remote::SMB::Client::RemotePaths do
|
||||
RSpec.describe Msf::Exploit::Remote::SMB::Client::RemotePaths do
|
||||
subject do
|
||||
mod = ::Msf::Module.new
|
||||
mod.extend described_class
|
||||
|
|
Loading…
Reference in New Issue