Skip to content

Commit

Permalink
Typhoeus tests pass on Ruby 1.9.x on Travis, no need to debug anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Mar 17, 2012
1 parent 917241c commit 4a06686
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/acceptance/typhoeus/typhoeus_hydra_spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ def http_request(method, uri, options = {}, &block)
:method => method,
:body => options[:body],
:headers => options[:headers],
:timeout => 25000, # milliseconds
:verbose => true
:timeout => 25000
}
)
hydra = Typhoeus::Hydra.new(:initial_pool_size => 0)
Expand Down

0 comments on commit 4a06686

Please sign in to comment.