mirror of
https://github.com/redmine/redmine.git
synced 2025-11-11 07:46:02 +01:00
code cleanup: rubocop: fix Layout/SpaceAfterColon in test/functional/issues_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18609 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -363,7 +363,6 @@ Layout/RescueEnsureAlignment:
|
||||
# Cop supports --auto-correct.
|
||||
Layout/SpaceAfterColon:
|
||||
Exclude:
|
||||
- 'test/functional/issues_controller_test.rb'
|
||||
- 'test/integration/wiki_test.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
|
||||
@@ -356,10 +356,10 @@ class IssuesControllerTest < Redmine::ControllerTest
|
||||
}
|
||||
assert_response :success
|
||||
assert_select 'tr.group span.name', :value => '2018-08-10' do
|
||||
assert_select '~ span.count', value:'2'
|
||||
assert_select '~ span.count', :value => '2'
|
||||
end
|
||||
assert_select 'tr.group span.name', :value => '(blank)' do
|
||||
assert_select '~ span.count', value:'1'
|
||||
assert_select '~ span.count', :value => '1'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user