summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorAdam Jacob <adam@hjksolutions.com>2008-03-07 17:28:27 -0800
committerAdam Jacob <adam@hjksolutions.com>2008-03-07 17:28:27 -0800
commitb4beed548959ca63365ca3d799c59a155047b5ff (patch)
tree91207c05fb2517b1b87b0eb1f3deb111d6b058d9 /spec/spec_helper.rb
parentaca232ba638afdc45f6d5b3e9b3f68d4a149d0a5 (diff)
downloadchef-b4beed548959ca63365ca3d799c59a155047b5ff.tar.gz
Syntax is right in the recipes
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb2
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 }
+