[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