spec/connection_pool_spec.rb in em-synchrony-0.1.4 vs spec/connection_pool_spec.rb in em-synchrony-0.1.5

- old
+ new

@@ -105,10 +105,10 @@ results.push multi.perform fiber.transfer if results.size == 3 }.resume end - + Fiber.new { # execute a synchronous requests results.push db.query(QUERY) fiber.transfer if results.size == 3 }.resume \ No newline at end of file