1
0
Fork 0
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:
Sébastien Puyet 2019-10-29 22:42:35 +01:00 committed by Nate Berkopec
parent 244a358193
commit d2fa7bec05

View file

@ -1,6 +1,7 @@
require_relative "helper"
require_relative "helpers/config_file"
require 'pathname'
require 'puma/control_cli'
class TestPumaControlCli < TestConfigFileBase