Commit 89ca01eb authored by James Lopez's avatar James Lopez

fix spec failures

parent 7e38cc9c
......@@ -72,7 +72,7 @@ module Gitlab
@saved = false unless restored_project.append_or_update_attribute(relation_key, relation_hash)
# Restore the project again, extra query that skips holding the AR objects in memory
@restored_project.reload
@restored_project = Project.find(@project_id)
end
def default_relation_list
......
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