Skip to content

Commit eaa38eb

Browse files
committed
Fix Layout/SpaceAroundOperators: Operator = should be surrounded by a single space.
1 parent f597233 commit eaa38eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rubygems/test_gem_commands_build_command.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def test_can_find_gemspecs_without_dot_gemspec
244244

245245
def test_execute_without_gem_name
246246
some_gem = util_spec "some_gem"
247-
gemspec_dir = File.join(@tempdir, "build_command_gem")
247+
gemspec_dir = File.join(@tempdir, "build_command_gem")
248248
gemspec_file = File.join(gemspec_dir, some_gem.spec_name)
249249

250250
FileUtils.mkdir_p(gemspec_dir)

0 commit comments

Comments
 (0)