Commit 4acdb0e4 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Replace Project#path_with_namespace with full_path

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent f53dacf0
......@@ -60,7 +60,7 @@ FactoryBot.define do
repository_storage_name { project.repository_storage }
repository_storage_path { project.repository_storage_path }
deleted_path { project.path_with_namespace }
deleted_path { project.full_path }
deleted_project_name { project.name }
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment