aboutsummaryrefslogtreecommitdiffstats
path: root/test/fixtures/users.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/users.yml')
-rw-r--r--test/fixtures/users.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml
new file mode 100644
index 0000000..0951563
--- /dev/null
+++ b/test/fixtures/users.yml
@@ -0,0 +1,9 @@
+<% password_digest = BCrypt::Password.create("password") %>
+
+one:
+ email_address: one@example.com
+ password_digest: <%= password_digest %>
+
+two:
+ email_address: two@example.com
+ password_digest: <%= password_digest %>