raindrops.git  about / heads / tags
real-time stats for preforking Rack servers
blob 05a77512721bed797b6059429921d3e6bfcc4c23 278 bytes (raw)
$ git show HEAD:test/rack_unicorn.rb	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
# -*- encoding: binary -*-
# frozen_string_literal: false
require "test/unit"
require "raindrops"
require "open-uri"
begin
  require "unicorn"
  require "rack"
  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