From a79e6b9342a23d31ef8c2095022e7d89d4b4b521 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 2 Mar 2015 00:08:46 +0000 Subject: [PATCH] Load user_roles for permissions --- test/controllers/notes_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/controllers/notes_controller_test.rb b/test/controllers/notes_controller_test.rb index 81193899f..438fb7519 100644 --- a/test/controllers/notes_controller_test.rb +++ b/test/controllers/notes_controller_test.rb @@ -1,7 +1,7 @@ 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 -- 2.43.2