added virtuals
This commit is contained in:
4
test/fixtures/domains.yml
vendored
4
test/fixtures/domains.yml
vendored
@@ -1,7 +1,7 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
domain: MyString
|
||||
domain: example.net
|
||||
|
||||
two:
|
||||
domain: MyString
|
||||
domain: example.org
|
||||
|
||||
20
test/fixtures/users.yml
vendored
20
test/fixtures/users.yml
vendored
@@ -1,11 +1,11 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
# This model initially had no columns defined. If you add columns to the
|
||||
# model remove the "{}" from the fixture names and add the columns immediately
|
||||
# below each fixture, per the syntax in the comments below
|
||||
# # Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
#
|
||||
one: {}
|
||||
# column: value
|
||||
#
|
||||
two: {}
|
||||
# column: value
|
||||
# # This model initially had no columns defined. If you add columns to the
|
||||
# # model remove the "{}" from the fixture names and add the columns immediately
|
||||
# # below each fixture, per the syntax in the comments below
|
||||
# #
|
||||
# one: {}
|
||||
# # column: value
|
||||
# #
|
||||
# two: {}
|
||||
# # column: value
|
||||
|
||||
9
test/fixtures/virtuals.yml
vendored
Normal file
9
test/fixtures/virtuals.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
email: MyString
|
||||
destination: MyString
|
||||
|
||||
two:
|
||||
email: MyString
|
||||
destination: MyString
|
||||
Reference in New Issue
Block a user