From 0b39d32f9b2fbfab83081db78600a27d3fa4a274 Mon Sep 17 00:00:00 2001 From: Jeff McCune Date: Thu, 29 Mar 2012 23:48:37 -0700 Subject: (#13439) Make spec_helper work with Puppet master Without this patch the spec_helper does not invoke Puppet.settings.send(:initialize_everything_for_tests) This is necessary to set default configuration settings, otherwise exceptions are raised when testing against the Puppet master branch. --- Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index cac9471..64cc262 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,5 @@ require 'rake' +require 'rubygems' require 'rspec/core/rake_task' task :default do -- cgit v1.2.3