spec/support/lib/web_server_client.rb in cuboid-0.0.5 vs spec/support/lib/web_server_client.rb in cuboid-0.1.0
- old
+ new
@@ -1,11 +1,11 @@
require 'arachni/rpc'
# @note Needs `ENV['WEB_SERVER_DISPATCHER']` in the format of `host:port`.
#
-# {WebServerManager}-API-compatible client for the {WebServerDispatcher}.
+# {WebServerManager}-API-compatible client for the {WebServerAgent}.
#
-# Delegates test webserver creation to the machine running {WebServerDispatcher},
+# Delegates test webserver creation to the machine running {WebServerAgent},
# for hosts that lack support for fast servers (like Windows, which can't run
# Thin, Puma etc.).
#
# @author Tasos "Zapotek" Laskos <tasos.laskos@gmail.com>
class WebServerClient < Arachni::RPC::Proxy