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}"