Revert the DatabaseCleaner strategy after the example run

parent aa03c96f
......@@ -98,6 +98,10 @@ describe Groups::DestroyService, services: true do
expect(group_record).to be_nil
end
after do
DatabaseCleaner.strategy = :transaction
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