We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3fce9 commit 8656fcfCopy full SHA for 8656fcf
spec/lib/rex/file_utils_spec.rb
@@ -23,7 +23,7 @@
23
described_class.normalize_win_path('C:\\\\').should eq("C:\\")
24
end
25
26
- it "should parse UNC path format as an array" do
+ it "should parse UNC path format as an array or a string" do
27
described_class.normalize_win_path('\\\\127.0.0.1', 'C$').should eq("\\\\127.0.0.1\\C$")
28
described_class.normalize_win_path('\\\\127.0.0.1\\C$').should eq("\\\\127.0.0.1\\C$")
29
0 commit comments