Skip to content

Commit 8656fcf

Browse files
committed
Update the test description a little better
1 parent 4b3fce9 commit 8656fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/rex/file_utils_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
described_class.normalize_win_path('C:\\\\').should eq("C:\\")
2424
end
2525

26-
it "should parse UNC path format as an array" do
26+
it "should parse UNC path format as an array or a string" do
2727
described_class.normalize_win_path('\\\\127.0.0.1', 'C$').should eq("\\\\127.0.0.1\\C$")
2828
described_class.normalize_win_path('\\\\127.0.0.1\\C$').should eq("\\\\127.0.0.1\\C$")
2929
end

0 commit comments

Comments
 (0)