summaryrefslogtreecommitdiff
path: root/lib
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
commit0fee40ee8bf7ae25728fb278c7332bd31eb3abe6 (patch)
tree7e3cfc80661369cc0dbdb5c0ff16c3b1cbf70ccd /lib
parentbd729758a268240088b4abb64589441e39b7aec1 (diff)
Add accessfor for target
Diffstat (limited to 'lib')
-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