diff options
| author | Steve Kemp <steve@steve.org.uk> | 2015-02-18 11:14:35 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2015-02-18 11:14:35 +0000 | 
| commit | 32c83aa4c8943e116311fda2dd0da65acce049d9 (patch) | |
| tree | b572191417491dbd9db82292438964ef12d7636f /lib/custodian/protocoltest | |
| parent | 3025af459e28db9a7a1431660e5505d86d924d46 (diff) | |
Reordered registration.
This allows the test-suite to pass.
Diffstat (limited to 'lib/custodian/protocoltest')
| -rw-r--r-- | lib/custodian/protocoltest/pop3.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/custodian/protocoltest/pop3.rb b/lib/custodian/protocoltest/pop3.rb index 6d33171..528f508 100644 --- a/lib/custodian/protocoltest/pop3.rb +++ b/lib/custodian/protocoltest/pop3.rb @@ -92,8 +92,8 @@ module Custodian -      register_test_type "pop"        register_test_type "pop3" +      register_test_type "pop" | 
