Created
January 10, 2010 14:00
-
-
Save ryszard/273530 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
| (richard garibaldi):~/Projects/sinatra% spec trigrams_spec.rb | |
| .F.. | |
| 1) | |
| 'Trigram returns 1 when comparing identical strings' FAILED | |
| expected: 1.0, | |
| got: 1.0 (using ==) | |
| /Users/richard/Projects/sinatra/trigrams_spec.rb:11:in `block (2 levels) in <top (required)>' | |
| /opt/local/lib/ruby1.9/1.9.1/timeout.rb:44:in `timeout' | |
| Finished in 0.028886 seconds | |
| 4 examples, 1 failure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment