From 305593a7049eb3183e0adcf2a0398dcf71461abc Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 2 Mar 2015 21:46:04 +0000 Subject: [PATCH] Load friends fixtures for diary entry tests --- 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 b953edd7c..aa90ecd72 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, :user_roles, :diary_entries, :diary_comments, :languages + fixtures :users, :user_roles, :diary_entries, :diary_comments, :languages, :friends include ActionView::Helpers::NumberHelper -- 2.43.2