Fixed wrong variable name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8a4656c9be
commit
46ec01cb3c
@ -7,7 +7,7 @@ class TestDefaultGems < Test::Unit::TestCase
|
||||
srcdir = File.expand_path('../../..', __FILE__)
|
||||
Dir.glob("#{srcdir}/{lib,ext}/**/*.gemspec").map do |src|
|
||||
assert_nothing_raised do
|
||||
raise("invalid spec in #{file}") unless Gem::Specification.load(src)
|
||||
raise("invalid spec in #{src}") unless Gem::Specification.load(src)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user