Update the test description a little better

bug/bundler_fix
sinn3r 2013-07-22 19:35:52 -05:00
parent 4b3fce9349
commit 8656fcf5e0
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ describe Rex::FileUtils do
described_class.normalize_win_path('C:\\\\').should eq("C:\\")
end
it "should parse UNC path format as an array" do
it "should parse UNC path format as an array or a string" do
described_class.normalize_win_path('\\\\127.0.0.1', 'C$').should eq("\\\\127.0.0.1\\C$")
described_class.normalize_win_path('\\\\127.0.0.1\\C$').should eq("\\\\127.0.0.1\\C$")
end