summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_which_command.rb
diff options
context:
space:
mode:
-rw-r--r--test/rubygems/test_gem_commands_which_command.rb2
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ class TestGemCommandsWhichCommand < Gem::TestCase
def util_foo_bar
files = %w[lib/foo_bar.rb Rakefile]
- @foo_bar = quick_gem 'foo_bar' do |gem|
gem.files = files
end