Skip to content

Commit aa9c037

Browse files
David MaloneyDavid Maloney
authored andcommitted
fix spec for reals this time
1 parent db246e6 commit aa9c037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/metasploit/framework/login_scanner_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
context "with port 445" do
29-
let(:port) { foo }
29+
let(:port) { 445 }
3030

3131
it { is_expected.to include Metasploit::Framework::LoginScanner::SMB }
3232
it { is_expected.not_to include Metasploit::Framework::LoginScanner::HTTP }

0 commit comments

Comments
 (0)