added the last two models
This commit is contained in:
9
test/fixtures/credentials.yml
vendored
Normal file
9
test/fixtures/credentials.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
email: MyString
|
||||
password: MyString
|
||||
|
||||
two:
|
||||
email: MyString
|
||||
password: MyString
|
||||
8
test/fixtures/virtuals.yml
vendored
8
test/fixtures/virtuals.yml
vendored
@@ -1,9 +1,9 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
email: MyString
|
||||
destination: MyString
|
||||
email: abuse@example.net
|
||||
destination: bob@example.net
|
||||
|
||||
two:
|
||||
email: MyString
|
||||
destination: MyString
|
||||
email: postmaster@example.net
|
||||
destination: bob@example.net
|
||||
|
||||
Reference in New Issue
Block a user