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 | 2d0160537ebfacc391d395f7d1ac0a4e02543c74 (patch) | |
tree | f9d9357a5a5b716676e03658a6ce6a8480726cef /lib | |
parent | af17587a9ec6ed89edc018971ee41b59d1fe7f16 (diff) |
Renamed class Custodian -> Custodian/Worker
--HG--
rename : lib/custodian.rb => lib/custodian/worker.rb
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. |