about summary refs log tree commit diff
path: root/spec/fabricators
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fabricators')
-rw-r--r--spec/fabricators/user_fabricator.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/spec/fabricators/user_fabricator.rb b/spec/fabricators/user_fabricator.rb
index 87d86b428..c08559137 100644
--- a/spec/fabricators/user_fabricator.rb
+++ b/spec/fabricators/user_fabricator.rb
@@ -1,5 +1,6 @@
 Fabricator(:user) do
   account
-  email    "alice@example.com"
-  password "123456789"
+  email        "alice@example.com"
+  password     "123456789"
+  confirmed_at { Time.now }
 end