Add spanish locales and gravatar options

This commit is contained in:
2026-03-09 11:17:25 -05:00
parent 2711edb167
commit 4e1d3bd052
32 changed files with 640 additions and 106 deletions
+4
View File
@@ -3,6 +3,10 @@ FactoryBot.define do
sequence( :email ){|i| "test#{i}@example.com" }
password { "secret" }
trait :confirmed do
confirmed_at { '2026-03-04T13:44:14Z'.to_time }
end
trait :other_auth do
sequence( :email ){|i| "test-other-user#{i}@example.com" }
auth_data {{