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