@@ -154,8 +154,7 class ChangesetTest < ActiveSupport::TestCase | |||||
154 | :committed_on => Time.now, |
|
154 | :committed_on => Time.now, | |
155 | :comments => '[#1] Worked on this issue', |
|
155 | :comments => '[#1] Worked on this issue', | |
156 | :revision => '12345') |
|
156 | :revision => '12345') | |
157 | c.scan_comment_for_issue_ids |
|
157 | assert c.save | |
158 |
|
||||
159 | assert_equal [1], c.issue_ids.sort |
|
158 | assert_equal [1], c.issue_ids.sort | |
160 | end |
|
159 | end | |
161 |
|
160 |
General Comments 0
You need to be logged in to leave comments.
Login now