summaryrefslogtreecommitdiff
path: root/help/test/unit/ticket_test.rb
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-01-14 20:02:17 +0100
committerAzul <azul@leap.se>2013-01-14 20:02:17 +0100
commit7b323c5dbd7171cf98f69ca159b5aa2174a5d069 (patch)
tree0a882f43a087c13eec8ed6a51386e2308b14c060 /help/test/unit/ticket_test.rb
parent581bcc0507b2f2385bf1f6d82bb119afa2f00716 (diff)
minor: further cleanup - try to leave no record behind
Diffstat (limited to 'help/test/unit/ticket_test.rb')
-rw-r--r--help/test/unit/ticket_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/help/test/unit/ticket_test.rb b/help/test/unit/ticket_test.rb
index ac6426e..ce35e1d 100644
--- a/help/test/unit/ticket_test.rb
+++ b/help/test/unit/ticket_test.rb
@@ -32,6 +32,7 @@ class TicketTest < ActiveSupport::TestCase
#p t.email_address
#p t.email_address.strip =~ RFC822::EmailAddress
assert !t.valid?
+ t.reload.destroy
end
test "creation validated" do