From 0600756bbf8ab3f3654cbb0e6bcbf9ea03068918 Mon Sep 17 00:00:00 2001 From: Luke Melia Date: Tue, 17 Jun 2008 12:35:36 -0400 Subject: [PATCH] Added missing fixture to context API integration test. Previously caused a failure when run in isolation. --- test/integration/context_xml_api_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/context_xml_api_test.rb b/test/integration/context_xml_api_test.rb index a51f98c3..0da4633d 100644 --- a/test/integration/context_xml_api_test.rb +++ b/test/integration/context_xml_api_test.rb @@ -5,7 +5,7 @@ require 'contexts_controller' class ContextsController; def rescue_action(e) raise e end; end class ContextXmlApiTest < ActionController::IntegrationTest - fixtures :users, :contexts + fixtures :users, :contexts, :preferences @@context_name = "@newcontext" @@valid_postdata = "#{@@context_name}"