aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems/test_gem_commands_which_command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_gem_commands_which_command.rb')
-rw-r--r--test/rubygems/test_gem_commands_which_command.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rubygems/test_gem_commands_which_command.rb b/test/rubygems/test_gem_commands_which_command.rb
index 7ce26c861a..5c6afe93d1 100644
--- a/test/rubygems/test_gem_commands_which_command.rb
+++ b/test/rubygems/test_gem_commands_which_command.rb
@@ -73,6 +73,7 @@ class TestGemCommandsWhichCommand < Gem::TestCase
@foo_bar = util_spec 'foo_bar' do |gem|
gem.files = files
end
+ install_specs @foo_bar
files.each do |file|
filename = File.join(@foo_bar.full_gem_path, file)