diff options
author | Azul <azul@leap.se> | 2013-01-14 20:02:17 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-01-14 20:02:17 +0100 |
commit | 7b323c5dbd7171cf98f69ca159b5aa2174a5d069 (patch) | |
tree | 0a882f43a087c13eec8ed6a51386e2308b14c060 /help/test/functional | |
parent | 581bcc0507b2f2385bf1f6d82bb119afa2f00716 (diff) |
minor: further cleanup - try to leave no record behind
Diffstat (limited to 'help/test/functional')
-rw-r--r-- | help/test/functional/tickets_controller_test.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/help/test/functional/tickets_controller_test.rb b/help/test/functional/tickets_controller_test.rb index 794b119..0c462a9 100644 --- a/help/test/functional/tickets_controller_test.rb +++ b/help/test/functional/tickets_controller_test.rb @@ -274,6 +274,8 @@ class TicketsControllerTest < ActionController::TestCase assert assigns(:all_tickets).include?(other_ticket) assert_equal assigns(:all_tickets).count, number_closed_tickets + number_open_tickets + assigns(:all_tickets).each {|t| t.destroy} + end end |