diff options
author | Adam Jacob <adam@hjksolutions.com> | 2008-03-07 17:28:27 -0800 |
---|---|---|
committer | Adam Jacob <adam@hjksolutions.com> | 2008-03-07 17:28:27 -0800 |
commit | b4beed548959ca63365ca3d799c59a155047b5ff (patch) | |
tree | 91207c05fb2517b1b87b0eb1f3deb111d6b058d9 /spec/spec_helper.rb | |
parent | aca232ba638afdc45f6d5b3e9b3f68d4a149d0a5 (diff) | |
download | chef-b4beed548959ca63365ca3d799c59a155047b5ff.tar.gz |
Syntax is right in the recipes
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 314c81a5d9..452da0c2a3 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -18,3 +18,5 @@ # require File.join(File.dirname(__FILE__), "..", "lib", "marionette") +Dir[File.join(File.dirname(__FILE__), 'lib', '**', '*.rb')].sort.each { |lib| require lib } + |