Load user_roles for permissions

This commit is contained in:
Tom Hughes 2015-03-02 00:08:46 +00:00
parent e2609b9758
commit a79e6b9342

View file

@ -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