]> source.dussan.org Git - redmine.git/commitdiff
add space after comma to IssuesCustomFieldsVisibilityTest
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 4 Nov 2020 14:43:42 +0000 (14:43 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 4 Nov 2020 14:43:42 +0000 (14:43 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20247 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/issues_custom_fields_visibility_test.rb

index 1159cd829299f95982449cfd237900457ecc1289..d0251ec542ddf43bbe3c558b63212fd0171313e0 100644 (file)
@@ -266,7 +266,7 @@ class IssuesCustomFieldsVisibilityTest < Redmine::ControllerTest
 
   def test_create_should_send_notifications_according_custom_fields_visibility
     # anonymous user is never notified
-    users_to_test = @users_to_test.reject {|k,v| k.anonymous?}
+    users_to_test = @users_to_test.reject {|k, v| k.anonymous?}
 
     ActionMailer::Base.deliveries.clear
     @request.session[:user_id] = 1
@@ -308,7 +308,7 @@ class IssuesCustomFieldsVisibilityTest < Redmine::ControllerTest
 
   def test_update_should_send_notifications_according_custom_fields_visibility
     # anonymous user is never notified
-    users_to_test = @users_to_test.reject {|k,v| k.anonymous?}
+    users_to_test = @users_to_test.reject {|k, v| k.anonymous?}
 
     users_to_test.keys.each do |user|
       Watcher.create!(:user => user, :watchable => @issue)
@@ -345,7 +345,7 @@ class IssuesCustomFieldsVisibilityTest < Redmine::ControllerTest
 
   def test_updating_hidden_custom_fields_only_should_not_notifiy_user
     # anonymous user is never notified
-    users_to_test = @users_to_test.reject {|k,v| k.anonymous?}
+    users_to_test = @users_to_test.reject {|k, v| k.anonymous?}
 
     users_to_test.keys.each do |user|
       Watcher.create!(:user => user, :watchable => @issue)