Fix error in Projects::TransferService spec
There was an error in this spec where it would proove that the repository full_path would not change, when the project was using hashed storage. The full_path does change, however the repository was memoized. When the memoization is cleared via reload_repository! the spec would fail.
Showing
Please register or sign in to comment