From 2de9e85111b9a4bbc76bd3e141bec4f48a52ae12 Mon Sep 17 00:00:00 2001 From: Azul Date: Sat, 31 Aug 2013 16:04:42 +0200 Subject: remove the user after integration testing customer creation --- billing/test/integration/customer_creation_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'billing') diff --git a/billing/test/integration/customer_creation_test.rb b/billing/test/integration/customer_creation_test.rb index 5e3734c..aabd9b6 100644 --- a/billing/test/integration/customer_creation_test.rb +++ b/billing/test/integration/customer_creation_test.rb @@ -13,6 +13,7 @@ class CustomerCreationTest < ActionDispatch::IntegrationTest end teardown do + @user.destroy Warden.test_reset! end -- cgit v1.2.3