remove trailing white-spaces from RepositoryTest

git-svn-id: http://svn.redmine.org/redmine/trunk@12561 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-01-09 05:09:44 +00:00
parent 01e22fc4b8
commit 5315943bb9

View File

@ -130,7 +130,7 @@ class RepositoryTest < ActiveSupport::TestCase
)
assert r.save
end
def test_identifier_should_not_be_frozen_for_a_new_repository
assert_equal false, Repository.new.identifier_frozen?
end