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
|
@ -8,6 +8,8 @@ require "puma/puma_http11"
|
||||||
|
|
||||||
class Http11ParserTest < Minitest::Test
|
class Http11ParserTest < Minitest::Test
|
||||||
|
|
||||||
|
parallelize_me!
|
||||||
|
|
||||||
def test_parse_simple
|
def test_parse_simple
|
||||||
parser = Puma::HttpParser.new
|
parser = Puma::HttpParser.new
|
||||||
req = {}
|
req = {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue