-
-
Save febuiles/37583 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1) | |
| File::Stat#zero? zero? returns false for a directory FAILED | |
| Expected #<Proc:0x00523064@./1.8//core/file/stat/../../../shared/file/zero.rb:56> | |
| to equal false | |
| ./1.8//core/file/stat/../../../shared/file/zero.rb:56 | |
| ./1.8//core/file/stat/fixtures/classes.rb:3:in `all?' | |
| ./1.8//core/file/stat/zero_spec.rb:5 | |
| 2) | |
| File.zero? zero? returns false for a directory FAILED | |
| Expected #<Proc:0x0060f180@./1.8//core/file/../../shared/file/zero.rb:56> | |
| to equal false | |
| ./1.8//core/file/../../shared/file/zero.rb:56 | |
| ./1.8//core/file/../../shared/file/zero.rb:42:in `all?' | |
| ./1.8//core/file/zero_spec.rb:4 | |
| 3) | |
| FileTest.zero? zero? returns false for a directory FAILED | |
| Expected #<Proc:0x005ac0f8@./1.8//core/filetest/../../shared/file/zero.rb:56> | |
| to equal false | |
| ./1.8//core/filetest/../../shared/file/zero.rb:56 | |
| ./1.8//core/filetest/../../shared/file/zero.rb:42:in `all?' | |
| ./1.8//core/filetest/zero_spec.rb:4 | |
| 4) | |
| Process.times returns current cpu times FAILED | |
| Expected 0.550000000000001 | |
| to be greater than or equal to 1.0 | |
| ./1.8//core/process/times_spec.rb:27 | |
| ./1.8//core/process/times_spec.rb:1:in `all?' | |
| ./1.8//core/process/times_spec.rb:3 | |
| 5) | |
| The private keyword defines a new method rather than changing visibility of an existing one ERROR | |
| TypeError: A is not a class | |
| ./1.8//language/private_spec.rb:57 | |
| ./1.8//language/private_spec.rb:56:in `initialize' | |
| ./1.8//language/private_spec.rb:56:in `new' | |
| ./1.8//language/private_spec.rb:56 | |
| ./1.8//language/private_spec.rb:45:in `all?' | |
| ./1.8//language/private_spec.rb:4 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment