diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-22 14:55:43 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-22 14:55:43 +0000 |
commit | c783952c2a7cc5d35a368d676138096a02e70d92 (patch) | |
tree | 7e3cfc80661369cc0dbdb5c0ff16c3b1cbf70ccd /lib/custodian/testfactory.rb | |
parent | cb912e822eddcf1b38f0a59a2771de3216e0b330 (diff) |
Add accessfor for target
Diffstat (limited to 'lib/custodian/testfactory.rb')
-rw-r--r-- | lib/custodian/testfactory.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/custodian/testfactory.rb b/lib/custodian/testfactory.rb index fa12cd8..7d2ab92 100644 --- a/lib/custodian/testfactory.rb +++ b/lib/custodian/testfactory.rb @@ -85,6 +85,11 @@ module Custodian end + + def target + @host + end + end end |