1
0

Target system tests started to run

This commit is contained in:
cryptogopher
2020-08-16 15:27:07 +02:00
parent 66a364d017
commit 955125b843
10 changed files with 41 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ class TargetsTest < BodyTrackingSystemTestCase
assert_not_equal 0, @project1.targets.count
visit project_targets_path(@project1)
assert_current_path project_targets_path(@project1)
assert_selector 'table#targets tr', count: @project1.targets.count
end
def test_index_without_targets