diff options
Diffstat (limited to 'autotest/puppet_rspec.rb')
-rw-r--r-- | autotest/puppet_rspec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autotest/puppet_rspec.rb b/autotest/puppet_rspec.rb index f50e6f1f5..c19c29406 100644 --- a/autotest/puppet_rspec.rb +++ b/autotest/puppet_rspec.rb @@ -45,6 +45,7 @@ end # a place for overrides when necessary. class Autotest::PuppetRspec < Autotest::Rspec def spec_commands + ENV["AUTOTEST"] = "true" ENV["PATH"].split(":").collect { |dir| File.join(dir, "spec") } end end |