This commit is contained in:
Michael Kozono 2017-08-17 14:39:02 -07:00
parent 39ee5a2bad
commit cb1e237583
1 changed files with 1 additions and 2 deletions

View File

@ -51,7 +51,6 @@ describe RemoveDotGitFromUsernames do
namespace.path = path
namespace.save!(validate: false)
user.username = path
user.save!(validate: false)
user.update_column(:username, path)
end
end