scm: filesystem: code clean up unit model test.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5192 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-03-22 05:47:24 +00:00 committed by Eric Davis
parent b06f24e932
commit 476106ac0f
1 changed files with 7 additions and 6 deletions

View File

@ -26,7 +26,8 @@ class RepositoryFilesystemTest < ActiveSupport::TestCase
def setup
@project = Project.find(1)
Setting.enabled_scm << 'Filesystem' unless Setting.enabled_scm.include?('Filesystem')
assert @repository = Repository::Filesystem.create(:project => @project, :url => REPOSITORY_PATH)
assert @repository = Repository::Filesystem.create(
:project => @project, :url => REPOSITORY_PATH)
end
if File.directory?(REPOSITORY_PATH)