Signed-off-by: Paul Nasrat <[email protected]>
---
autotest/puppet_rspec.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/autotest/puppet_rspec.rb b/autotest/puppet_rspec.rb
index c19c294..2bc2fbb 100644
--- a/autotest/puppet_rspec.rb
+++ b/autotest/puppet_rspec.rb
@@ -46,6 +46,6 @@ end
class Autotest::PuppetRspec < Autotest::Rspec
def spec_commands
ENV["AUTOTEST"] = "true"
- ENV["PATH"].split(":").collect { |dir| File.join(dir, "spec") }
+ ENV["PATH"].split(File::PATH_SEPARATOR).collect { |dir| File.join(dir,
"spec") }
end
end
--
1.6.0.2
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---