]> source.dussan.org Git - redmine.git/commitdiff
remove empty lines including white space from test/unit/user_test.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 8 Jan 2017 08:24:07 +0000 (08:24 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 8 Jan 2017 08:24:07 +0000 (08:24 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16162 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/user_test.rb

index eb9df3cef153e73415d7bbdc5fd22aa12da66fbc..ebc7d6532c3b49ee931b612735b780959ea02e14 100644 (file)
@@ -875,7 +875,6 @@ class UserTest < ActiveSupport::TestCase
 
   def test_roles_for_project_with_non_member_with_private_project_should_return_no_roles
     Project.find(1).update_attribute :is_public, false
-  
     roles = User.find(8).roles_for_project(Project.find(1))
     assert_equal [], roles.map(&:name)
   end
@@ -903,7 +902,6 @@ class UserTest < ActiveSupport::TestCase
 
   def test_roles_for_project_with_anonymous_with_private_project_should_return_no_roles
     Project.find(1).update_attribute :is_public, false
-  
     roles = User.anonymous.roles_for_project(Project.find(1))
     assert_equal [], roles.map(&:name)
   end