Skip to content

Commit

Permalink
Untag more passing specs
Browse files Browse the repository at this point in the history
  • Loading branch information
jstepien committed Apr 13, 2013
1 parent da86fd9 commit 62a6f26
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
11 changes: 0 additions & 11 deletions spec/tags/core/file/new_tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@ fails:File.new returns a new File with modus num and permissions
fails:File.new creates the file and returns writable descriptor when called with 'w' mode and r-o permissions
fails:File.new opens the existing file, does not change permissions even when they are specified
fails:File.new returns a new File with modus fd
fails:File.new creates a new file when use File::EXCL mode
fails:File.new raises an Errorno::EEXIST if the file exists when create a new file with File::CREAT|File::EXCL
fails:File.new creates a new file when use File::WRONLY|File::APPEND mode
fails:File.new returns a new File when use File::APPEND mode
fails:File.new returns a new File when use File::RDONLY|File::APPEND mode
fails:File.new returns a new File when use File::RDONLY|File::WRONLY mode
fails:File.new creates a new file when use File::WRONLY|File::TRUNC mode
fails:File.new coerces filename using to_str
fails:File.new coerces filename using #to_path
fails:File.new raises a TypeError if the first parameter can't be coerced to a string
fails:File.new raises a TypeError if the first parameter is nil
fails:File.new raises an Errno::EBADF if the first parameter is an invalid file descriptor
fails:File.new can't alter mode or permissions when opening a file
fails:File.new opens directories
5 changes: 0 additions & 5 deletions spec/tags/core/kernel/srand_tags.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
fails:Kernel.srand is a private method
fails:Kernel.srand returns the previous seed value
fails:Kernel.srand seeds the RNG correctly and repeatably
fails:Kernel.srand defaults number to a random value
fails:Kernel.srand accepts and uses a seed of 0
fails:Kernel.srand accepts a negative seed
fails:Kernel.srand accepts a Bignum as a seed
fails:Kernel.srand calls #to_int on seed
fails:Kernel.srand raises a TypeError when passed nil
Expand Down
1 change: 0 additions & 1 deletion spec/tags/core/random/equal_value_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
fails:Random#== returns true if the two objects have the same state
fails:Random#== returns false if the two objects have different state
fails:Random#== returns true if the two objects have the same seed
fails:Random#== returns false if the two objects have a different seed

0 comments on commit 62a6f26

Please sign in to comment.