Created
November 29, 2010 15:47
-
-
Save pschyska/720102 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
$ rspec spec/ | |
No examples were matched by {:focus=>true}, running all | |
creating Makefile | |
fsevent_watch compiled | |
F.... | |
Failures: | |
1) FSEvent should work when a lot of fs events are fired | |
Failure/Error: @results.count.should == 10000 | |
expected: 10000, | |
got: 171 (using ==) | |
# ./spec/rb-fsevent/fsevent_spec.rb:32:in `block (2 levels) in <top (required)>' | |
Finished in 103.91 seconds | |
5 examples, 1 failure | |
pasc@Euklid:~/rb-fsevent (master) | |
$ ruby -v | |
ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.4.0] | |
pasc@Euklid:~/rb-fsevent (master) | |
$ uname -a | |
Darwin Euklid.local 10.5.0 Darwin Kernel Version 10.5.0: Fri Nov 5 23:20:39 PDT 2010; root:xnu-1504.9.17~1/RELEASE_I386 i386 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment