summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-05-19 22:28:01 -0700
committerelijah <elijah@riseup.net>2013-05-19 22:28:01 -0700
commitf9d6b218be3bdbb2d3c544849b2ab92348d0e394 (patch)
tree71cd7ab6e5e9ffb4571b555324ada743c3d29387 /test
parent5d2e69ad4f2b6214df52c617f5e6cb23d9f40944 (diff)
many related changes -- allow command line configs, validate addresses, overhaul bootstrap.
Diffstat (limited to 'test')
-rw-r--r--test/unit/nickserver_test.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/unit/nickserver_test.rb b/test/unit/nickserver_test.rb
index c746ef5..3a286fa 100644
--- a/test/unit/nickserver_test.rb
+++ b/test/unit/nickserver_test.rb
@@ -8,9 +8,7 @@ require 'json'
#
# (2) All requests to nickserver are to localhost.
#
-# (3) the "Host" header for requests to nickserver must be set, because this
-# is how it decides if a request is local. I am not happy about this design,
-# but that is how it works for now.
+# (3) the "Host" header for requests to nickserver must be set (or Config.domain set)
#
# (4) When stubbing requests to couchdb, the couchdb host is changed from the
# default (localhost) to a dummy value (notlocalhost).