diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-22 06:34:33 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-22 06:34:33 +0000 |
commit | 5c92238fa95976cc6445eea3f964a8602bd939c8 (patch) | |
tree | f9d9357a5a5b716676e03658a6ce6a8480726cef /lib | |
parent | d2df2061921f87bc91b919192488a77d0696e7a7 (diff) |
Renamed class Custodian -> Custodian/Worker
Diffstat (limited to 'lib')
-rw-r--r-- | lib/custodian/worker.rb (renamed from lib/custodian.rb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian.rb b/lib/custodian/worker.rb index e5a139c..0876f11 100644 --- a/lib/custodian.rb +++ b/lib/custodian/worker.rb @@ -36,7 +36,7 @@ require 'custodian/protocol-tests/tcp.rb' # This class contains the code for connecting to a Beanstalk queue, # fetching tests from it, and executing them # -class Custodian +class CustodianWorker # # The beanstalk queue. |