]> git.openstreetmap.org Git - rails.git/commitdiff
Load user fixtures for ChangesetComment model tests
authorTom Hughes <tom@compton.nu>
Thu, 26 Jan 2017 17:50:11 +0000 (17:50 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 26 Jan 2017 17:50:11 +0000 (17:50 +0000)
test/models/changeset_comment_test.rb

index 8215ce129f842956fe0bda591b95b3547394103e..64fbb36637e253fec6ea954ef009c5a114f0d86b 100644 (file)
@@ -2,7 +2,7 @@
 require "test_helper"
 
 class ChangesetCommentTest < ActiveSupport::TestCase
-  fixtures :changesets
+  fixtures :changesets, :users
 
   # validations
   def test_does_not_accept_invalid_author