From 6e3d183c40a6b5c0d01352531e00d577e314c98c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 3 Mar 2015 01:18:25 +0000 Subject: [PATCH] Load API fixture for the search controller tests --- test/controllers/search_controller_test.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/controllers/search_controller_test.rb b/test/controllers/search_controller_test.rb index 3a4906472..d3300452b 100644 --- a/test/controllers/search_controller_test.rb +++ b/test/controllers/search_controller_test.rb @@ -1,6 +1,8 @@ require "test_helper" class SearchControllerTest < ActionController::TestCase + api_fixtures + ## # test all routes which lead to this controller def test_routes -- 2.43.2