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

[rubygems/rubygems] Fix Layout/SpaceAroundOperators: Operator = should be surrounded by a single space.

https://github.com/rubygems/rubygems/commit/eaa38ebeb1
This commit is contained in:
bronzdoc 2019-08-23 16:41:44 -06:00 committed by Hiroshi SHIBATA
parent 73574756f9
commit 565828a778

View file

@ -244,7 +244,7 @@ class TestGemCommandsBuildCommand < Gem::TestCase
def test_execute_without_gem_name
some_gem = util_spec "some_gem"
gemspec_dir = File.join(@tempdir, "build_command_gem")
gemspec_dir = File.join(@tempdir, "build_command_gem")
gemspec_file = File.join(gemspec_dir, some_gem.spec_name)
FileUtils.mkdir_p(gemspec_dir)