1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-02 20:15:22 +02:00

Initial commit

This commit is contained in:
Josh Pigford 2024-02-02 09:05:04 -06:00
commit 99de24ac70
147 changed files with 3519 additions and 0 deletions

13
test/fixtures/accounts.yml vendored Normal file
View file

@ -0,0 +1,13 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
type:
family: one
name: MyString
balance:
two:
type:
family: two
name: MyString
balance:

7
test/fixtures/families.yml vendored Normal file
View file

@ -0,0 +1,7 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
name: MyString
two:
name: MyString

0
test/fixtures/files/.keep vendored Normal file
View file

15
test/fixtures/users.yml vendored Normal file
View file

@ -0,0 +1,15 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
family: one
first_name: MyString
last_name: MyString
email: MyString
password_digest: MyString
two:
family: two
first_name: MyString
last_name: MyString
email: MyString
password_digest: MyString