Replace tabs with spaces and remove trailing tabs in several files (#20140).

Patch by Mischa The Evil.

git-svn-id: http://svn.redmine.org/redmine/trunk@14365 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2015-06-21 16:38:29 +00:00
parent 15c7066dde
commit 3036eaba52
59 changed files with 166 additions and 166 deletions

View File

@@ -80,7 +80,7 @@ class MemberTest < ActiveSupport::TestCase
assert !member.save
assert_include I18n.translate('activerecord.errors.messages.empty'), member.errors[:role]
assert_equal "R\xc3\xb4le doit \xc3\xaatre renseign\xc3\xa9(e)".force_encoding('UTF-8'),
[member.errors.full_messages].flatten.join
[member.errors.full_messages].flatten.join
end
def test_validate_member_role