Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
4 additions
and 4 deletions.
- +3 −0 lib-topaz/errno.rb
- +0 −2 spec/tags/core/dir/mkdir_tags.txt
- +0 −1 spec/tags/core/file/link_tags.txt
- +0 −1 spec/tags/core/file/symlink_tags.txt
- +1 −0 topaz/error.py
@@ -1,4 +1,2 @@ | ||
fails:Dir.mkdir creates the named directory with the given permissions | ||
fails:Dir.mkdir calls #to_path on non-String arguments | ||
fails:Dir.mkdir raises Errno::EEXIST if the specified directory already exists | ||
fails:Dir.mkdir raises Errno::EEXIST if the argument points to the existing file |