From f59446851f9d90a262301f1c9c8c9cc696fa36f1 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 10 Dec 2015 21:17:21 -0600 Subject: [PATCH] update namespace --- spec/lib/msf/core/exploit/smb/client/local_paths_spec.rb | 2 +- spec/lib/msf/core/exploit/smb/client/remote_paths_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/lib/msf/core/exploit/smb/client/local_paths_spec.rb b/spec/lib/msf/core/exploit/smb/client/local_paths_spec.rb index 3ddcb801a4..b80d991532 100644 --- a/spec/lib/msf/core/exploit/smb/client/local_paths_spec.rb +++ b/spec/lib/msf/core/exploit/smb/client/local_paths_spec.rb @@ -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 diff --git a/spec/lib/msf/core/exploit/smb/client/remote_paths_spec.rb b/spec/lib/msf/core/exploit/smb/client/remote_paths_spec.rb index 13ffc7852e..2053854d73 100644 --- a/spec/lib/msf/core/exploit/smb/client/remote_paths_spec.rb +++ b/spec/lib/msf/core/exploit/smb/client/remote_paths_spec.rb @@ -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