]> git.openstreetmap.org Git - rails.git/commit
Add some basic testing of issue_comment model
authorHarry Wood <github@harrywood.co.uk>
Fri, 6 May 2022 11:38:17 +0000 (12:38 +0100)
committerHarry Wood <github@harrywood.co.uk>
Fri, 6 May 2022 11:38:17 +0000 (12:38 +0100)
commite204e1d178242c450ca0db46724dc9d7e5e11665
tree8fe875ffe30a16311f4f5ec62941b715f43a3776
parenta4c20249b9dbc05360a5f7f18987d8e6b12191d9
Add some basic testing of issue_comment model

A factory and a basic test of validation for the issue_comment model, similar to what we have for diary_comment.
test/factories/issue_comment.rb [new file with mode: 0644]
test/models/issue_comment_test.rb