2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00
discourse/spec/fabricators/email_token_fabricator.rb

5 lines
78 B
Ruby
Raw Normal View History

Fabricator(:email_token) do
user
email { |attrs| attrs[:user].email }
end