From ad152df4e7e929adca07a83e25fe586bfb9fffcc Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Mon, 29 Jul 2013 15:54:46 -0300 Subject: [PATCH] Fixed broken test in invite_controller_test --- test/functional/invite_controller_test.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/test/functional/invite_controller_test.rb b/test/functional/invite_controller_test.rb index 41104bd..ab7e437 100644 --- a/test/functional/invite_controller_test.rb +++ b/test/functional/invite_controller_test.rb @@ -7,6 +7,7 @@ class InviteControllerTest < ActionController::TestCase @friend = create_user('thefriend').person @community = fast_create(Community) login_as ('testuser') + Delayed::Job.destroy_all end attr_accessor :profile, :friend, :community -- libgit2 0.21.2