From 0fee40ee8bf7ae25728fb278c7332bd31eb3abe6 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Thu, 22 Nov 2012 14:55:43 +0000 Subject: Add accessfor for target --- lib/custodian/testfactory.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/custodian/testfactory.rb') 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 -- cgit v1.2.1