Cover ProjectMover with tests

This commit is contained in:
Dmitriy Zaporozhets 2012-11-21 06:18:05 +03:00
parent 47234ab367
commit e9be4b375b
3 changed files with 70 additions and 6 deletions

View file

@ -32,7 +32,6 @@ module Gitlab
message = "Project #{project.name} cannot be moved from #{old_path} to #{new_path}"
log_info "Error! #{message}"
raise ProjectMoveError.new(message)
false
end
end