summaryrefslogtreecommitdiff
path: root/spec/migrations/remove_empty_fork_networks_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/migrations/remove_empty_fork_networks_spec.rb')
-rw-r--r--spec/migrations/remove_empty_fork_networks_spec.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/migrations/remove_empty_fork_networks_spec.rb b/spec/migrations/remove_empty_fork_networks_spec.rb
index 7f7ce91378b..f6d030ab25c 100644
--- a/spec/migrations/remove_empty_fork_networks_spec.rb
+++ b/spec/migrations/remove_empty_fork_networks_spec.rb
@@ -19,6 +19,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)