summaryrefslogtreecommitdiff
path: root/lib/custodian/testfactory.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-22 14:55:43 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-22 14:55:43 +0000
commitc783952c2a7cc5d35a368d676138096a02e70d92 (patch)
tree7e3cfc80661369cc0dbdb5c0ff16c3b1cbf70ccd /lib/custodian/testfactory.rb
parentcb912e822eddcf1b38f0a59a2771de3216e0b330 (diff)
Add accessfor for target
Diffstat (limited to 'lib/custodian/testfactory.rb')
-rw-r--r--lib/custodian/testfactory.rb5
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