stricter asserting of subversion url validation test

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11718 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-04-14 16:18:45 +00:00
parent 7a18920728
commit 32ee6b3275
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class RepositorySubversionTest < ActiveSupport::TestCase
:url => url
)
assert !repo.save
assert_include "is invalid", repo.errors[:url]
assert_equal ["is invalid"], repo.errors[:url]
end
end