t/simple-http_ThreadSpawn.ru in rainbows-0.9.0 vs t/simple-http_ThreadSpawn.ru in rainbows-0.90.0

- old
+ new

@@ -1,8 +1,7 @@ use Rack::ContentLength use Rack::ContentType run lambda { |env| - sleep 1 if env['rack.multithread'] && env['rainbows.model'] == :ThreadSpawn [ 200, {}, [ Thread.current.inspect << "\n" ] ] else raise "rack.multithread is not true" end