rubygems-test 0.3.9 → 0.3.10
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/Rakefile +1 -1
- data/lib/rubygems/commands/test_command.rb +1 -1
- metadata +1 -1
data/History.txt
CHANGED
data/Rakefile
CHANGED
@@ -464,7 +464,7 @@ class Gem::Commands::TestCommand < Gem::Command
|
|
464
464
|
next
|
465
465
|
end
|
466
466
|
|
467
|
-
if File.join(spec.
|
467
|
+
if File.exist?(File.join(spec.full_gem_path, '.gemtest')) or options[:force]
|
468
468
|
# we find rake and the rakefile first to eliminate needlessly installing
|
469
469
|
# dependencies.
|
470
470
|
find_rakefile(spec)
|