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:
parent
73574756f9
commit
565828a778
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue