Skip to content

Commit 6bbfc5a

Browse files
committed
Fix rspec
1 parent 7562ff4 commit 6bbfc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/metasploit/framework/login_scanner/wordpress_multicall_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'spec_helper'
22
require 'metasploit/framework/login_scanner/wordpress_multicall'
33

4-
describe Metasploit::Framework::LoginScanner::WordpressMulticall do
4+
Rspec.describe Metasploit::Framework::LoginScanner::WordpressMulticall do
55

66
it_behaves_like 'Metasploit::Framework::LoginScanner::Base', has_realm_key: true, has_default_realm: false
77
it_behaves_like 'Metasploit::Framework::LoginScanner::RexSocket'

0 commit comments

Comments
 (0)