diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-01-09 05:09:44 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-01-09 05:09:44 +0000 |
commit | 5315943bb991741e6b287096885bde93c991b8ba (patch) | |
tree | 54123653314d3b732adf805177d7c5f542b90790 /test/unit/repository_test.rb | |
parent | 01e22fc4b8c537e876af3729e1200d0875992173 (diff) | |
download | redmine-5315943bb991741e6b287096885bde93c991b8ba.tar.gz redmine-5315943bb991741e6b287096885bde93c991b8ba.zip |
remove trailing white-spaces from RepositoryTest
git-svn-id: http://svn.redmine.org/redmine/trunk@12561 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/repository_test.rb')
-rw-r--r-- | test/unit/repository_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/repository_test.rb b/test/unit/repository_test.rb index 669e0b828..1f82e69c9 100644 --- a/test/unit/repository_test.rb +++ b/test/unit/repository_test.rb @@ -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 |