Skip to content

Instantly share code, notes, and snippets.

@pschyska
Created November 29, 2010 15:47
Show Gist options
  • Save pschyska/720102 to your computer and use it in GitHub Desktop.
Save pschyska/720102 to your computer and use it in GitHub Desktop.
$ 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