mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-31 06:31:41 +00:00
Instrument TruncateData logging start and end
This commit is contained in:
@@ -8,6 +8,7 @@ describe TruncateData do
|
||||
allow(Spree::StateChange).to receive(:delete_all)
|
||||
allow(Spree::LogEntry).to receive(:delete_all)
|
||||
allow(TruncateData::Session).to receive(:delete_all)
|
||||
allow(Rails.logger).to receive(:info)
|
||||
end
|
||||
|
||||
context 'when months_to_keep is not specified' do
|
||||
|
||||
Reference in New Issue
Block a user