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 4ea176b commit 2be0b84Copy full SHA for 2be0b84
spec/lib/rex/file_utils_spec.rb
@@ -41,7 +41,7 @@
41
described_class.normalize_unix_path('/etc', '/passwd').should eq("/etc/passwd")
42
end
43
44
- it "should convert an absolute path as a string into Windows format" do
+ it "should convert an absolute path as a string into Unix format" do
45
described_class.normalize_unix_path('/etc/passwd').should eq('/etc/passwd')
46
47
0 commit comments