Connect outline nodes to episodes #35
Annotations
10 errors
Build & Test:
test/radiator_web/controllers/api/outline_controller_test.exs#L21
test POST /api/v1/outline creates a node if content is present (RadiatorWeb.Api.OutlineControllerTest)
|
Build & Test:
test/radiator_web/live/outline_live_test.exs#L42
test Outline page has an inbox save new node (RadiatorWeb.OutlineLiveTest)
|
Build & Test:
test/radiator_web/live/outline_live_test.exs#L32
test Outline page has an inbox lists all nodes (RadiatorWeb.OutlineLiveTest)
|
Build & Test:
test/radiator/outline_test.exs#L50
test outline_nodes update_node/2 with valid data updates the node (Radiator.OutlineTest)
|
Build & Test:
test/radiator/outline_test.exs#L13
test outline_nodes list_nodes/0 returns all nodes (Radiator.OutlineTest)
|
Build & Test:
test/radiator/outline_test.exs#L30
test outline_nodes create_node/1 trims whitespace from content (Radiator.OutlineTest)
|
Build & Test:
test/radiator/outline_test.exs#L58
test outline_nodes update_node/2 with invalid data returns error changeset (Radiator.OutlineTest)
|
Build & Test:
test/radiator/outline_test.exs#L23
test outline_nodes create_node/1 with valid data creates a node (Radiator.OutlineTest)
|
Build & Test:
test/radiator/outline_test.exs#L64
test outline_nodes delete_node/1 deletes the node (Radiator.OutlineTest)
|
Build & Test:
test/radiator/outline_test.exs#L37
test outline_nodes create_node/1 can have a creator (Radiator.OutlineTest)
|