Ver código fonte

remove trailing white-spaces from RepositoryTest

git-svn-id: http://svn.redmine.org/redmine/trunk@12561 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.5.0
Toshi MARUYAMA 10 anos atrás
pai
commit
5315943bb9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      test/unit/repository_test.rb

+ 1
- 1
test/unit/repository_test.rb Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar