aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems/test_gem_commands_uninstall_command.rb
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-25 10:37:01 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-25 10:37:01 +0000
commit6cd13d6577401706d3f008e2f80ec14339988018 (patch)
tree71013778de4496cac2c36d6c43a154c85d10e424 /test/rubygems/test_gem_commands_uninstall_command.rb
parent1833cfab3522d8e2e1028adc49564be75c133ef2 (diff)
downloadruby-6cd13d6577401706d3f008e2f80ec14339988018.tar.gz
Fix broken merge of gemutilities, add build_rake_in as necessary
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rubygems/test_gem_commands_uninstall_command.rb')
-rw-r--r--test/rubygems/test_gem_commands_uninstall_command.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/rubygems/test_gem_commands_uninstall_command.rb b/test/rubygems/test_gem_commands_uninstall_command.rb
index dfe84dc348..80f6591aef 100644
--- a/test/rubygems/test_gem_commands_uninstall_command.rb
+++ b/test/rubygems/test_gem_commands_uninstall_command.rb
@@ -12,8 +12,10 @@ class TestGemCommandsUninstallCommand < GemInstallerTestCase
ui = MockGemUi.new
util_setup_gem ui
- use_ui ui do
- @installer.install
+ build_rake_in do
+ use_ui ui do
+ @installer.install
+ end
end
@cmd = Gem::Commands::UninstallCommand.new