aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support/rubygems_ext.rb
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2010-02-22 17:35:19 -0800
committerCarlhuda <carlhuda@engineyard.com>2010-02-22 17:35:31 -0800
commit259224514e68ab4fde89b79c442d6546a99a83d8 (patch)
tree45d4241f9b0d98dd3ced1db6b01e6e0f6419895e /spec/support/rubygems_ext.rb
parent0b74627b71515df2fe4ce83d1ac0569aec62f3a1 (diff)
downloadbundler-259224514e68ab4fde89b79c442d6546a99a83d8.tar.gz
Gems with implicit Rake dependencies (extensions << "Rakefile") work!
Diffstat (limited to 'spec/support/rubygems_ext.rb')
-rw-r--r--spec/support/rubygems_ext.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/support/rubygems_ext.rb b/spec/support/rubygems_ext.rb
index 7c534c3a..91636b07 100644
--- a/spec/support/rubygems_ext.rb
+++ b/spec/support/rubygems_ext.rb
@@ -8,8 +8,8 @@ module Spec
unless File.exist?("#{Path.base_system_gems}")
FileUtils.mkdir_p(Path.base_system_gems)
- puts "running `gem install builder --no-rdoc --no-ri`"
- `gem install builder --no-rdoc --no-ri`
+ puts "running `gem install builder rake --no-rdoc --no-ri`"
+ `gem install builder rake --no-rdoc --no-ri`
end
ENV['HOME'] = Path.home.to_s