mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Parallelize http11 test
This commit is contained in:
parent
ab4e1babf3
commit
287ae90b71
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ require "digest"
|
|||
require "puma/puma_http11"
|
||||
|
||||
class Http11ParserTest < Minitest::Test
|
||||
|
||||
parallelize_me!
|
||||
|
||||
def test_parse_simple
|
||||
parser = Puma::HttpParser.new
|
||||
|
|
Loading…
Reference in a new issue