summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Robinson <matt@puppetlabs.com>2010-11-12 14:57:42 -0800
committerMatt Robinson <matt@puppetlabs.com>2010-11-12 14:57:42 -0800
commitc7d85a30ec68989ac3367d2a71afb99d865a984d (patch)
tree94dc7b89ba2e48ebf58bea3a3a48d78f75bc6ddd
parentc3cdd648658b21efb1797a9caade1e67be6e2b07 (diff)
parent89da00153031c227b5c58db655f4f76f4182dbe7 (diff)
downloadfacter-c7d85a30ec68989ac3367d2a71afb99d865a984d.tar.gz
facter-c7d85a30ec68989ac3367d2a71afb99d865a984d.tar.xz
facter-c7d85a30ec68989ac3367d2a71afb99d865a984d.zip
Merge branch 'maint/next/spec_rake_fix' into next
* maint/next/spec_rake_fix: maint: require rubygems so hudson can run the specs
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index e472e3a..ba939be 100644
--- a/Rakefile
+++ b/Rakefile
@@ -3,6 +3,7 @@
$: << File.expand_path('lib')
$LOAD_PATH << File.join(File.dirname(__FILE__), 'tasks')
+require 'rubygems'
require 'spec'
require 'spec/rake/spectask'
begin