diff options
-rw-r--r-- | test/rubygems/test_gem_commands_which_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ class TestGemCommandsWhichCommand < Gem::TestCase def util_foo_bar files = %w[lib/foo_bar.rb lib/directory/baz.rb Rakefile] - @foo_bar = quick_spec 'foo_bar' do |gem| gem.files = files end |