@@ -58,8 +58,7 class ChangesetTest < ActiveSupport::TestCase | |||||
58 | :committed_on => Time.now, |
|
58 | :committed_on => Time.now, | |
59 | :comments => 'Ignores #2. Refs #1', |
|
59 | :comments => 'Ignores #2. Refs #1', | |
60 | :revision => '12345') |
|
60 | :revision => '12345') | |
61 | c.scan_comment_for_issue_ids |
|
61 | assert c.save | |
62 |
|
||||
63 | assert_equal [1], c.issue_ids.sort |
|
62 | assert_equal [1], c.issue_ids.sort | |
64 | end |
|
63 | end | |
65 |
|
64 |
General Comments 0
You need to be logged in to leave comments.
Login now