This needs to be done for all plugins as well, but it's more complicated
there because several plugins have their own test_helper (which will
also load the core test_helper).
require_relative "../test_helper"
class LoadConfigTest < ActiveSupport::TestCase
should 'ensure NOOSFERO_CONF was defined' do
assert NOOSFERO_CONF
assert_kind_of Hash, NOOSFERO_CONF
end
end