summaryrefslogtreecommitdiff
path: root/test/integration/nickserver_test.rb
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2016-08-31 12:15:20 +0200
committerAzul <azul@riseup.net>2016-09-10 08:15:47 +0200
commitf18d698d09afda894a568de79c5770704a0c9de7 (patch)
treec7f41e9fff1345a95c781efa0ea5324ea643f0f7 /test/integration/nickserver_test.rb
parent625416ac16a1216240fc4c48aa19802ef8a967a1 (diff)
refactor: remove global require in test_helper
require all the things we depend upon where we depend upon them.
Diffstat (limited to 'test/integration/nickserver_test.rb')
-rw-r--r--test/integration/nickserver_test.rb1
1 files changed, 1 insertions, 0 deletions
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'
#