Remove triggers (to have no side effects later).

This commit is contained in:
Martin Edenhofer 2016-08-23 07:56:23 +02:00
parent 37302ca438
commit 5f03f54b20

View file

@ -1126,4 +1126,8 @@ class TicketNotificationTest < ActiveSupport::TestCase
end
test 'zzz - cleanup' do
Trigger.destroy_all
end
end