Commit 1e950bac authored by Mark Chao's avatar Mark Chao

Fix spec: add new fields introduced in the new TODO feature

parent 657712a9
...@@ -50,7 +50,7 @@ describe EpicsHelper do ...@@ -50,7 +50,7 @@ describe EpicsHelper do
meta_data = JSON.parse(data[:meta]) meta_data = JSON.parse(data[:meta])
expect(meta_data.keys).to match_array(%w[ expect(meta_data.keys).to match_array(%w[
created author created author epic_id todo_exists todo_path
start_date start_date_fixed start_date_is_fixed start_date_from_milestones start_date_sourcing_milestone_title start_date start_date_fixed start_date_is_fixed start_date_from_milestones start_date_sourcing_milestone_title
end_date due_date due_date_fixed due_date_is_fixed due_date_from_milestones due_date_sourcing_milestone_title end_date due_date due_date_fixed due_date_is_fixed due_date_from_milestones due_date_sourcing_milestone_title
]) ])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment