From fa5c39d9bd65e716c9c08830946386fab94bff05 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 22 Feb 2015 19:44:31 +0000 Subject: [PATCH] Load user_roles fixtures so we know who is an administrator --- test/controllers/diary_entry_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/controllers/diary_entry_controller_test.rb b/test/controllers/diary_entry_controller_test.rb index 333be0c64..62589a65b 100644 --- a/test/controllers/diary_entry_controller_test.rb +++ b/test/controllers/diary_entry_controller_test.rb @@ -1,7 +1,7 @@ require "test_helper" class DiaryEntryControllerTest < ActionController::TestCase - fixtures :users, :diary_entries, :diary_comments, :languages + fixtures :users, :user_roles, :diary_entries, :diary_comments, :languages include ActionView::Helpers::NumberHelper -- 2.43.2