summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--users/test/unit/email_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/test/unit/email_test.rb b/users/test/unit/email_test.rb
index 5aa2b11..6f9beaa 100644
--- a/users/test/unit/email_test.rb
+++ b/users/test/unit/email_test.rb
@@ -14,7 +14,7 @@ class EmailTest < ActiveSupport::TestCase
teardown do
@user.destroy if @user.persisted? # just in case
- @other_user.destroy
+ @other_user.destroy if @other_user.persisted?
end