mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 22:36:02 +01:00
code cleanup: rubocop: fix Layout/SpaceBeforeFirstArg in test/unit/lib/redmine/scm/adapters/git_adapter_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18425 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -432,7 +432,6 @@ Layout/SpaceBeforeFirstArg:
|
|||||||
- 'test/helpers/issues_helper_test.rb'
|
- 'test/helpers/issues_helper_test.rb'
|
||||||
- 'test/helpers/search_helper_test.rb'
|
- 'test/helpers/search_helper_test.rb'
|
||||||
- 'test/unit/lib/redmine/menu_manager_test.rb'
|
- 'test/unit/lib/redmine/menu_manager_test.rb'
|
||||||
- 'test/unit/lib/redmine/scm/adapters/git_adapter_test.rb'
|
|
||||||
|
|
||||||
# Cop supports --auto-correct.
|
# Cop supports --auto-correct.
|
||||||
Layout/SpaceBeforeSemicolon:
|
Layout/SpaceBeforeSemicolon:
|
||||||
|
|||||||
@@ -123,7 +123,7 @@ class GitAdapterTest < ActiveSupport::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_tags
|
def test_tags
|
||||||
assert_equal [
|
assert_equal [
|
||||||
"tag00.lightweight",
|
"tag00.lightweight",
|
||||||
"tag01.annotated",
|
"tag01.annotated",
|
||||||
"tag02.lightweight.#{@char_1}.01",
|
"tag02.lightweight.#{@char_1}.01",
|
||||||
|
|||||||
Reference in New Issue
Block a user