summaryrefslogtreecommitdiff
path: root/features/data/Rakefile
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2009-05-26 23:20:24 -0700
committerAdam Jacob <adam@opscode.com>2009-05-26 23:20:24 -0700
commitfb1431585170b3cd178e04f8b5f033898d97de91 (patch)
treeb928ad0d08cfe09aa19a9dbf3fd1990b59f7f0b8 /features/data/Rakefile
parent20caa7ea2762a43a95e7ff9c3f46e04d179c5a01 (diff)
downloadchef-fb1431585170b3cd178e04f8b5f033898d97de91.tar.gz
Adding role loading support to the chef server, fixed CHEF-307, fixed bug in loading the list of current recipes
Diffstat (limited to 'features/data/Rakefile')
-rw-r--r--features/data/Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/features/data/Rakefile b/features/data/Rakefile
index a30c1cf7ce..c7ddd15e1d 100644
--- a/features/data/Rakefile
+++ b/features/data/Rakefile
@@ -18,6 +18,8 @@
# limitations under the License.
#
+$: << File.join(File.dirname(__FILE__), "..", "..", "chef", "lib")
+
require 'rubygems'
require 'chef'
require 'json'