mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
add missing require (#2059)
This commit is contained in:
parent
244a358193
commit
d2fa7bec05
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
require_relative "helper"
|
||||
require_relative "helpers/config_file"
|
||||
|
||||
require 'pathname'
|
||||
require 'puma/control_cli'
|
||||
|
||||
class TestPumaControlCli < TestConfigFileBase
|
||||
|
|
Loading…
Add table
Reference in a new issue