summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_stale_command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_gem_commands_stale_command.rb')
-rw-r--r--test/rubygems/test_gem_commands_stale_command.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rubygems/test_gem_commands_stale_command.rb b/test/rubygems/test_gem_commands_stale_command.rb
index ca80784749..69b1e29e2d 100644
--- a/test/rubygems/test_gem_commands_stale_command.rb
+++ b/test/rubygems/test_gem_commands_stale_command.rb
@@ -13,10 +13,12 @@ class TestGemCommandsStaleCommand < Gem::TestCase
foo_bar = util_spec 'foo_bar' do |gem|
gem.files = files
end
+ install_specs foo_bar
bar_baz = util_spec 'bar_baz' do |gem|
gem.files = files
end
+ install_specs bar_baz
files.each do |file|
filename = File.join(bar_baz.full_gem_path, file)