Skip to content
Snippets Groups Projects
Commit 14858471 authored by Małgorzata Ksionek's avatar Małgorzata Ksionek
Browse files

Refactor specs according to the code review

parent 3a374892
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -383,7 +383,7 @@ describe ProjectsController do
id: project.id,
project: params
}
end.not_to change {project.reload.namespace}
end.not_to change { project.namespace.reload }
end
 
def update_project(**parameters)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment