Rezervacije
This commit is contained in:
15
test/fixtures/customers.yml
vendored
Normal file
15
test/fixtures/customers.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
phone: MyString
|
||||
notes: MyText
|
||||
email: MyString
|
||||
birthyear: 1
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
phone: MyString
|
||||
notes: MyText
|
||||
email: MyString
|
||||
birthyear: 1
|
||||
9
test/fixtures/places.yml
vendored
Normal file
9
test/fixtures/places.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
company: one
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
company: two
|
||||
19
test/fixtures/reservations.yml
vendored
Normal file
19
test/fixtures/reservations.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
company: one
|
||||
customer: one
|
||||
place: one
|
||||
title: MyString
|
||||
description: MyText
|
||||
start_time: 2024-08-04 08:01:12
|
||||
end_time: 2024-08-04 08:01:12
|
||||
|
||||
two:
|
||||
company: two
|
||||
customer: two
|
||||
place: two
|
||||
title: MyString
|
||||
description: MyText
|
||||
start_time: 2024-08-04 08:01:12
|
||||
end_time: 2024-08-04 08:01:12
|
||||
Reference in New Issue
Block a user