Skip to content

Replace BeforeAll adapter by TestProf supported adapter

Rutger Wessels requested to merge rw-remove-custom-before-all-adapter into master

What does this MR do and why?

Related issue #436628 (closed)

DBCleaner is configured to run specs in a database transaction. It was using a custom TestProfBeforeAllAdapter

The removed spec helper was backported to the upstream TestProf gem. So we can remove it from our code base and rely on test-prof for this

How to set up and validate locally

Specs should still run

Edited by Rutger Wessels

Merge request reports