From: Joel Rosario <[email protected]>
Signed-off-by: James Turnbull <[email protected]> --- Local-branch: tickets/master/6693 spec/{integration/provider => lib}/windowstest.rb | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) rename spec/{integration/provider => lib}/windowstest.rb (93%) diff --git a/spec/integration/provider/windowstest.rb b/spec/lib/windowstest.rb similarity index 93% rename from spec/integration/provider/windowstest.rb rename to spec/lib/windowstest.rb index e667531..8bd9d3e 100644 --- a/spec/integration/provider/windowstest.rb +++ b/spec/lib/windowstest.rb @@ -1,4 +1,5 @@ -require File.dirname(__FILE__) + '/../../../lib/puppet/util/windows_system.rb' +#require File.dirname(__FILE__) + '/../../../lib/puppet/util/windows_system.rb' +require File.dirname(__FILE__) + '/../../lib/puppet/util/windows_system.rb' module WindowsTest include Puppet::Util::Windows -- 1.7.1 -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
