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

make test_helper no longer be loaded as a test (#1283)

running `rake` loads all files starting with `test_` which is not supposed to also load the helper,
since the helper should be loaded by each test and is not a test itself.
This commit is contained in:
Michael Grosser 2017-05-12 12:16:55 -07:00 committed by Nate Berkopec
parent e77355e089
commit 9d93a0f62f
24 changed files with 23 additions and 23 deletions

View file

@ -1,4 +1,4 @@
require_relative "test_helper"
require_relative "helper"
require "puma/io_buffer"