1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] indent

https://github.com/rubygems/rubygems/commit/8cdb2fd66f
This commit is contained in:
Hiroshi SHIBATA 2019-09-26 14:06:37 +09:00
parent 1eb503373e
commit 966915d807
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -1120,10 +1120,10 @@ class TestGemPackage < Gem::Package::TarTestCase
assert_equal @spec, package.spec
end
def test_gem_attr
package = Gem::Package.new(@gem)
assert_equal(package.gem.path, @gem)
end
def test_gem_attr
package = Gem::Package.new(@gem)
assert_equal(package.gem.path, @gem)
end
def test_spec_from_io
# This functionality is used by rubygems.org to extract spec data from an