rack.git  about / heads / tags
a modular Ruby webserver interface
blob 38f7df405b8bb84d68be22dfa16696568e908382 135 bytes (raw)
$ git show no-unicorn:test/helper.rb	# shows this blob on the CLI

1
2
3
4
5
6
7
8
 
# frozen_string_literal: true

require 'minitest/global_expectations/autorun'

module Rack
  class TestCase < Minitest::Test
  end
end

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