From f18d698d09afda894a568de79c5770704a0c9de7 Mon Sep 17 00:00:00 2001 From: Azul Date: Wed, 31 Aug 2016 12:15:20 +0200 Subject: refactor: remove global require in test_helper require all the things we depend upon where we depend upon them. --- test/integration/nickserver_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/integration/nickserver_test.rb') diff --git a/test/integration/nickserver_test.rb b/test/integration/nickserver_test.rb index 9aac6b4..bdba6b7 100644 --- a/test/integration/nickserver_test.rb +++ b/test/integration/nickserver_test.rb @@ -1,4 +1,5 @@ require 'test_helper' +require 'nickserver/server' require 'json' # -- cgit v1.2.3