[Spec] Clean seed_secs with truncation

This commit is contained in:
Sebastian Serth
2021-10-25 19:19:32 +02:00
parent c1cff29147
commit e8c686ce75

View File

@ -18,7 +18,7 @@ describe 'seeds' do
} }
end end
describe 'execute db:seed' do describe 'execute db:seed', cleaning_strategy: :truncation do
it 'collects the test results' do it 'collects the test results' do
expect { seed }.not_to raise_error expect { seed }.not_to raise_error
end end