This commit is contained in:
Jorge Manrubia
2025-11-27 13:14:06 +01:00
parent d4ad62109c
commit 6bfed6d048
+1 -4
View File
@@ -32,10 +32,7 @@ class SignupTest < ActiveSupport::TestCase
Account.any_instance.expects(:setup_customer_template).once
Current.without_account do
signup = Signup.new(
full_name: "Kevin",
identity: identities(:kevin)
)
signup = Signup.new(full_name: "Kevin", identity: identities(:kevin))
assert signup.complete