public
Fork of shadoi/puppet
Description: Puppet is a declarative language for expressing system configuration, a client and server for distributing it, and a library for realizing the configuration.
Homepage: http://reductivelabs.com/trac/puppet/
Clone URL: git://github.com/nullstyle/puppet.git
reordering spec binaries to prefer the local vendor/gems/rspec/bin/spec 
option
rick (author)
Mon Feb 18 08:34:21 -0800 2008
commit  f9f32c432f266c77932fa8168c76d7780064c186
tree    6586b87d8b5916c27e0789c497925b13ecaf2121
parent  62d7616a457f33eb660454fcdcefe8dab84522c0
...
51
52
53
 
54
55
56
 
57
58
59
...
51
52
53
54
55
 
 
56
57
58
59
0
@@ -51,9 +51,9 @@ class Autotest::PuppetRspec < Autotest::Rspec
0
   # * our local vendor/gems/rspec/bin/spec
0
   def spec_commands
0
     [
0
+ File.join('vendor', 'gems', 'rspec', 'bin', 'spec') ,
0
       File.join('bin', 'spec'),
0
- File.join(Config::CONFIG['bindir'], 'spec'),
0
- File.join('vendor', 'gems', 'rspec', 'bin', 'spec')
0
+ File.join(Config::CONFIG['bindir'], 'spec')
0
     ]
0
   end
0
 

Comments

    No one has commented yet.