Report abuse

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$ bin/rbx bin/mspec -tr spec/ruby/library/net/http/http/start_spec.rb
ruby 1.8.7 (2010-01-10 patchlevel 249) [i686-darwin9.8.0]
.............E

1)
An exception occurred during: before :each
Net::HTTP#start when the TCP servers come back empty should not pass through empty TCP servers ERROR
NoMethodError: undefined method `to_sym' for #<Hash:0x50c3a0>
/Users/elliot/code/rubinius/spec/ruby/library/net/http/http/start_spec.rb:106
/Users/elliot/.rvm/rubies/ruby-1.8.7-p249/lib/ruby/1.8/webrick/server.rb:133:in `all?'
/Users/elliot/code/rubinius/spec/ruby/library/net/http/http/start_spec.rb:51

Finished in 1.121141 seconds

1 file, 13 examples, 17 expectations, 0 failures, 1 error