@@ -289,7 +289,7 class IssueTest < ActiveSupport::TestCase | |||
|
289 | 289 | issue.tracker_id = 2 |
|
290 | 290 | issue.subject = 'New subject' |
|
291 | 291 | assert !issue.save |
|
292 |
assert_not_nil issue.errors |
|
|
292 | assert_not_nil issue.errors[:tracker_id] | |
|
293 | 293 | end |
|
294 | 294 | |
|
295 | 295 | def test_category_based_assignment |
General Comments 0
You need to be logged in to leave comments.
Login now