From 332ec93366315fa1ed7b4acd7a3407c96e8ddfa7 Mon Sep 17 00:00:00 2001 From: sadbeast Date: Wed, 31 Jan 2024 17:47:56 -0800 Subject: initial mistake --- test/fixtures/accounts.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/fixtures/accounts.yml (limited to 'test/fixtures/accounts.yml') 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 -- cgit v1.2.3