Created
December 15, 2010 19:27
-
-
Save damien/742462 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
| ┌─[damien@Thor] - [~/src/em-http-request] - [Wed Dec 15, 11:26] | |
| └─[$]> autotest | |
| loading autotest/rspec2 | |
| bundle exec /Users/damien/.rvm/rubies/ruby-1.9.2-p0/bin/ruby -S /Users/damien/.rvm/gems/ruby-1.9.2-p0@em-http-request/gems/rspec-core-2.0.1/bin/rspec --autotest '/Users/damien/src/em-http-request/spec/encoding_spec.rb' '/Users/damien/src/em-http-request/spec/mock_spec.rb' '/Users/damien/src/em-http-request/spec/multi_spec.rb' '/Users/damien/src/em-http-request/spec/request_spec.rb' | |
| ......F...........F..............................................F................. | |
| Failures: | |
| 1) EventMachine::HttpEncoding should be fast on long string escapes | |
| Failure/Error: (Time.now - s).should be_close(1, 0.5) | |
| expected 1 +/- (< 0.5), got 0.481466 | |
| # ./spec/encoding_spec.rb:37:in `block (2 levels) in <top (required)>' | |
| 2) EventMachine::HttpRequest should fail GET on invalid host | |
| Failure/Error: http ? fail(http.error) : fail | |
| # ./spec/request_spec.rb:9:in `failed' | |
| # ./spec/request_spec.rb:28:in `block (4 levels) in <top (required)>' | |
| # ./lib/em-http/client.rb:512:in `unbind' | |
| # ./spec/request_spec.rb:25:in `block (2 levels) in <top (required)>' | |
| 3) EventMachine::HttpRequest redirect should fail gracefully on an invalid host in Location header | |
| Failure/Error: http ? fail(http.error) : fail | |
| # ./spec/request_spec.rb:9:in `failed' | |
| # ./spec/request_spec.rb:533:in `block (5 levels) in <top (required)>' | |
| # ./lib/em-http/client.rb:512:in `unbind' | |
| # ./spec/request_spec.rb:531:in `block (3 levels) in <top (required)>' | |
| Finished in 6.03 seconds | |
| 83 examples, 3 failures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment