aboutsummaryrefslogtreecommitdiffstats
path: root/test/fixtures/accounts.yml
diff options
context:
space:
mode:
authorsadbeast <sadbeast@sadbeast.com>2024-01-31 17:47:56 -0800
committersadbeast <sadbeast@sadbeast.com>2024-01-31 17:47:56 -0800
commit332ec93366315fa1ed7b4acd7a3407c96e8ddfa7 (patch)
tree6ae553317f12a7a6a29c849c8805ffab96436dc2 /test/fixtures/accounts.yml
downloadtd-332ec93366315fa1ed7b4acd7a3407c96e8ddfa7.tar.gz
td-332ec93366315fa1ed7b4acd7a3407c96e8ddfa7.tar.bz2
initial mistakeHEADmain
Diffstat (limited to 'test/fixtures/accounts.yml')
-rw-r--r--test/fixtures/accounts.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/fixtures/accounts.yml b/test/fixtures/accounts.yml
new file mode 100644
index 0000000..ea6f893
--- /dev/null
+++ b/test/fixtures/accounts.yml
@@ -0,0 +1,10 @@
+# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
+one:
+ email: freddie@queen.com
+ password_hash: <%= RodauthMain.allocate.password_hash("password") %>
+ status: verified
+
+two:
+ email: brian@queen.com
+ password_hash: <%= RodauthMain.allocate.password_hash("password") %>
+ status: verified