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