1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

I really need a rubocop precommit hook

This commit is contained in:
Nate Berkopec 2019-09-11 14:34:11 +00:00
parent 5bf037d616
commit 8e2c461de4
No known key found for this signature in database
GPG key ID: BDD7A4B8E43906A6
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ require_relative "helper"
class TestPumaServer < Minitest::Test
parallelize_me!
def setup
@port = 0
@host = "127.0.0.1"

View file

@ -18,7 +18,7 @@ end
class WebServerTest < Minitest::Test
parallelize_me!
VALID_REQUEST = "GET / HTTP/1.1\r\nHost: www.zedshaw.com\r\nContent-Type: text/plain\r\n\r\n"
def setup