diff options
Diffstat (limited to 'autotest/puppet_rspec.rb')
-rw-r--r-- | autotest/puppet_rspec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autotest/puppet_rspec.rb b/autotest/puppet_rspec.rb index bfc1a6a43..5ff794e9d 100644 --- a/autotest/puppet_rspec.rb +++ b/autotest/puppet_rspec.rb @@ -51,9 +51,9 @@ class Autotest::PuppetRspec < Autotest::Rspec # * our local vendor/gems/rspec/bin/spec def spec_commands [ + File.join('vendor', 'gems', 'rspec', 'bin', 'spec') , File.join('bin', 'spec'), - File.join(Config::CONFIG['bindir'], 'spec'), - File.join('vendor', 'gems', 'rspec', 'bin', 'spec') + File.join(Config::CONFIG['bindir'], 'spec') ] end |