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:
commit
99de24ac70
147 changed files with 3519 additions and 0 deletions
13
test/fixtures/accounts.yml
vendored
Normal file
13
test/fixtures/accounts.yml
vendored
Normal 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
7
test/fixtures/families.yml
vendored
Normal 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
0
test/fixtures/files/.keep
vendored
Normal file
15
test/fixtures/users.yml
vendored
Normal file
15
test/fixtures/users.yml
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue