diff --git a/test/fixtures/recurring_todos.yml b/test/fixtures/recurring_todos.yml index 84872204..6b22bde7 100644 --- a/test/fixtures/recurring_todos.yml +++ b/test/fixtures/recurring_todos.yml @@ -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: ~ \ No newline at end of file + completed_at: ~