Commit 54ed1882 authored by Micaël Bergeron's avatar Micaël Bergeron

[cherry-pick] fix the Upload model being tainted after migration spec

parent 3462a789
......@@ -12,6 +12,10 @@ describe RemoveEmptyForkNetworks, :migration do
deleted_project.destroy!
end
after do
Upload.reset_column_information
end
it 'deletes only the fork network without members' do
expect(fork_networks.count).to eq(2)
......
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