summaryrefslogtreecommitdiff
path: root/test/rubygems
diff options
context:
space:
mode:
authorbronzdoc <lsagastume1990@gmail.com>2019-08-23 16:41:44 -0600
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-05 18:43:45 +0900
commit565828a778ab57affad9216721659a489176bf2d (patch)
treed6d500cce96136dce0a021d75b5192ddb4232da3 /test/rubygems
parent73574756f944280b920322d0034772c9aeb2bdac (diff)
[rubygems/rubygems] Fix Layout/SpaceAroundOperators: Operator = should be surrounded by a single space.
https://github.com/rubygems/rubygems/commit/eaa38ebeb1
Diffstat (limited to 'test/rubygems')
-rw-r--r--test/rubygems/test_gem_commands_build_command.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_commands_build_command.rb b/test/rubygems/test_gem_commands_build_command.rb
index 7540a0536e..0c511b2f08 100644
--- a/test/rubygems/test_gem_commands_build_command.rb
+++ b/test/rubygems/test_gem_commands_build_command.rb
@@ -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)