Remove triggers (to have no side effects later).
This commit is contained in:
parent
37302ca438
commit
5f03f54b20
1 changed files with 4 additions and 0 deletions
|
@ -1126,4 +1126,8 @@ class TicketNotificationTest < ActiveSupport::TestCase
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
test 'zzz - cleanup' do
|
||||||
|
Trigger.destroy_all
|
||||||
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue