From be0addf16c02247ad48b27deb7ee4467b284b36f Mon Sep 17 00:00:00 2001 From: BUSSY Jean-Daniel Date: Mon, 18 Jun 2012 21:33:45 +0900 Subject: [PATCH] Yaml added to fix "uninitialized constant YAML" error --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 993da1d..257eba5 100644 --- a/Rakefile +++ b/Rakefile @@ -6,6 +6,7 @@ # begin + require 'yaml' require 'puppetlabs_spec_helper/rake_tasks' rescue LoadError puts "!!!!!"