From a89d2b9eaac75763300d16c27cece6f98caf1118 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 23 Feb 2011 11:18:07 -0300 Subject: [PATCH] Some unit tests need fixture_file_upload --- test/test_helper.rb | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index 7831e82..11d1a2b 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -42,6 +42,9 @@ class ActiveSupport::TestCase # Add more helper methods to be used by all tests here... + # for fixture_file_upload + include ActionController::TestProcess + include Noosfero::Factory include AuthenticatedTestHelper -- libgit2 0.21.2