]> git.openstreetmap.org Git - rails.git/commitdiff
Load user_roles for permissions
authorTom Hughes <tom@compton.nu>
Mon, 2 Mar 2015 00:08:46 +0000 (00:08 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 2 Mar 2015 00:08:46 +0000 (00:08 +0000)
test/controllers/notes_controller_test.rb

index 81193899f0fa2e79291d5d14c52e002e09c0e8c1..438fb7519f09b46805349188e906c7ab9b94edd1 100644 (file)
@@ -1,7 +1,7 @@
 require "test_helper"
 
 class NotesControllerTest < ActionController::TestCase
 require "test_helper"
 
 class NotesControllerTest < ActionController::TestCase
-  fixtures :users, :notes, :note_comments
+  fixtures :users, :user_roles, :notes, :note_comments
 
   ##
   # test all routes which lead to this controller
 
   ##
   # test all routes which lead to this controller