Browse Source

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 years ago
parent
commit
5315943bb9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      test/unit/repository_test.rb

+ 1
- 1
test/unit/repository_test.rb 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

Loading…
Cancel
Save