raindrops.git  about / heads / tags
real-time stats for preforking Rack servers
blob 779e8bfcb9ebe9867c30cb5b5e38d7a0f3de7fc8 268 bytes (raw)
$ git show gc-next:test/rack_unicorn.rb	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
# -*- encoding: binary -*-
require "test/unit"
require "raindrops"
require "rack"
require "rack/lobster"
require "open-uri"
begin
  require "unicorn"
  require "rack/lobster"
rescue LoadError => e
  warn "W: #{e} skipping test since Rack or Unicorn was not found"
end

git clone https://yhbt.net/raindrops.git