RSpec/BeforeAll: Allow before(:all) for :delete specs
To avoid broken master #420379 (closed):
Modify the RSpec/BeforeAll cop to allow before(:all) for :delete specs.
I think the cop should allow
before(:all)for:deletespecs.Does it make sense if we use another method to wrap around
before_allandbefore(:all)? It's been very confusing to me and I keep forgetting which is which.
before(:all)=>before_all_with_deletebefore_all=>before_all_with_transactionThen we can add a cop to look at this.
Edited by 🤖 GitLab Bot 🤖