unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob e3bb0dcd61705199b8aa27288775050771652fc8 122 bytes (raw)
$ git show v0.0.0:test/test_suite.rb	# shows this blob on the CLI

1
2
3
 
Dir.glob('test/unit/*').select { |path| path =~ /^test\/unit\/test_.*\.rb$/ }.each do |test_path|
  require test_path
end

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