mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-06 12:50:19 +01:00
Show context on un-hidden successor. Fixes #964
Added another todo fixture, which broke some assertions that I had to fix
This commit is contained in:
parent
93b83e8682
commit
21de49c87a
7 changed files with 29 additions and 6 deletions
3
test/fixtures/dependencies.yml
vendored
Normal file
3
test/fixtures/dependencies.yml
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
buy_stock_then_email_broker:
|
||||
successor_id: 19
|
||||
predecessor_id: 11
|
||||
11
test/fixtures/todos.yml
vendored
11
test/fixtures/todos.yml
vendored
|
|
@ -243,4 +243,13 @@ call_bill_gates_every_day:
|
|||
due: <%= last_week %>
|
||||
completed_at: ~
|
||||
show_from: ~
|
||||
recurring_todo_id: 1
|
||||
recurring_todo_id: 1
|
||||
|
||||
email_broker:
|
||||
id: 19
|
||||
user_id: 1
|
||||
context_id: 3
|
||||
description: Ask about better stocks
|
||||
notes: ~
|
||||
state: pending
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue