Load user_roles for permissions
This commit is contained in:
parent
e2609b9758
commit
a79e6b9342
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue