mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-06 09:18:50 +01:00
Update the fixture data to work with PostgreSQL
This commit is contained in:
parent
0062a64919
commit
de33b85238
1 changed files with 6 additions and 6 deletions
12
test/fixtures/recurring_todos.yml
vendored
12
test/fixtures/recurring_todos.yml
vendored
|
|
@ -41,7 +41,7 @@ call_bill_gates_every_day:
|
|||
show_from_delta: ~
|
||||
recurring_period: daily
|
||||
recurrence_selector: ~
|
||||
show_always: 1
|
||||
show_always: true
|
||||
every_other1: 1
|
||||
every_other2: ~
|
||||
every_other3: ~
|
||||
|
|
@ -66,7 +66,7 @@ call_bill_gates_every_workday:
|
|||
number_of_occurences: ~
|
||||
target: due_date
|
||||
show_from_delta: ~
|
||||
show_always: 0
|
||||
show_always: false
|
||||
recurring_period: daily
|
||||
recurrence_selector: ~
|
||||
every_other1: 1
|
||||
|
|
@ -95,7 +95,7 @@ call_bill_gates_every_week:
|
|||
show_from_delta: ~
|
||||
recurring_period: weekly
|
||||
recurrence_selector: ~
|
||||
show_always: 0
|
||||
show_always: false
|
||||
every_other1: 2
|
||||
every_other2: ~
|
||||
every_other3: ~
|
||||
|
|
@ -122,7 +122,7 @@ check_with_bill_every_last_friday_of_month:
|
|||
show_from_delta: 5
|
||||
recurring_period: monthly
|
||||
recurrence_selector: 1
|
||||
show_always: 0
|
||||
show_always: false
|
||||
every_other1: 1
|
||||
every_other2: 2
|
||||
every_other3: 5
|
||||
|
|
@ -147,7 +147,7 @@ birthday_reinier:
|
|||
number_of_occurences: ~
|
||||
target: due_date
|
||||
show_from_delta: 5
|
||||
show_always: 0
|
||||
show_always: false
|
||||
recurring_period: yearly
|
||||
recurrence_selector: 0
|
||||
every_other1: 8
|
||||
|
|
@ -158,4 +158,4 @@ birthday_reinier:
|
|||
every_count: ~
|
||||
weekday: ~
|
||||
created_at: <%= last_week %>
|
||||
completed_at: ~
|
||||
completed_at: ~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue