@@ -64,7 +64,7 class TrackersControllerTest < ActionController::TestCase | |||||
64 | tracker = Tracker.first(:order => 'id DESC') |
|
64 | tracker = Tracker.first(:order => 'id DESC') | |
65 | assert_equal 'New tracker', tracker.name |
|
65 | assert_equal 'New tracker', tracker.name | |
66 | assert_equal [1], tracker.project_ids.sort |
|
66 | assert_equal [1], tracker.project_ids.sort | |
67 | assert_equal [1, 6], tracker.custom_field_ids |
|
67 | assert_equal [1, 6], tracker.custom_field_ids.sort | |
68 | assert_equal 0, tracker.workflows.count |
|
68 | assert_equal 0, tracker.workflows.count | |
69 | end |
|
69 | end | |
70 |
|
70 |
General Comments 0
You need to be logged in to leave comments.
Login now