Add another test case

bug/bundler_fix
sinn3r 2013-07-22 22:35:19 -05:00
parent 958a4edd73
commit 4ea176b5ee
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ describe Rex::FileUtils do
it "should convert a relative path" do
described_class.normalize_win_path('/', 'test', 'me').should eq("\\test\\me")
described_class.normalize_win_path('\\temp').should eq("\\temp")
described_class.normalize_win_path('temp').should eq("temp")
end
it "should keep the trailing slash if exists" do