diff options
author | Azul <azul@leap.se> | 2013-08-31 16:04:42 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-09-03 08:54:26 +0200 |
commit | 2de9e85111b9a4bbc76bd3e141bec4f48a52ae12 (patch) | |
tree | 01b92ecad234a7fadde5d3e5896c0c1206286c6a | |
parent | a4ab73f54dcfa6e5da85a20eba27034af4496269 (diff) |
remove the user after integration testing customer creation
-rw-r--r-- | billing/test/integration/customer_creation_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |