Commit cb1e2375 authored by Michael Kozono's avatar Michael Kozono

Fix spec

parent 39ee5a2b
...@@ -51,7 +51,6 @@ describe RemoveDotGitFromUsernames do ...@@ -51,7 +51,6 @@ describe RemoveDotGitFromUsernames do
namespace.path = path namespace.path = path
namespace.save!(validate: false) namespace.save!(validate: false)
user.username = path user.update_column(:username, path)
user.save!(validate: false)
end end
end 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