Moved calendar tests to unit/lib/redmine/helpers.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5226 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-03-27 15:26:59 +00:00 committed by Eric Davis
parent b1c4f0fc4f
commit c0d55c936b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.expand_path('../../test_helper', __FILE__)
require File.expand_path('../../../../../test_helper', __FILE__)
class CalendarTest < ActiveSupport::TestCase