1
0

Preliminary Target :edit support

This commit is contained in:
cryptogopher
2020-08-25 02:55:21 +02:00
parent 8d4e5215b3
commit 6ba8ad5376
4 changed files with 11 additions and 5 deletions

View File

@@ -75,6 +75,10 @@ class TargetsTest < BodyTrackingSystemTestCase
assert_equal @project1.goals.binding, Target.last.goal
end
def test_edit
# TODO: test_create_failure(s)
# * restoring user input
# * removing empty targets
def test_update
end
end