diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-02 20:41:47 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-02 20:41:47 +0000 |
commit | 8a3e713f2f776b0f2be4c4238661cae3c5b8bfd6 (patch) | |
tree | c51d83b0e7d3a0346920f5900e612db1c12df71d /test/test_helper.rb | |
parent | 324b904ed511eb4de1fe7d73a0299cedfa9e6d62 (diff) | |
download | redmine-8a3e713f2f776b0f2be4c4238661cae3c5b8bfd6.tar.gz redmine-8a3e713f2f776b0f2be4c4238661cae3c5b8bfd6.zip |
Added Redmine::WikiFormatting module and tests for wiki links.
RedCloth librairy is now present in Redmine lib directory.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@699 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r-- | test/test_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb index b5218c29b..542d4ce72 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -18,6 +18,7 @@ ENV["RAILS_ENV"] ||= "test" require File.expand_path(File.dirname(__FILE__) + "/../config/environment") require 'test_help' +require File.expand_path(File.dirname(__FILE__) + '/helper_testcase') class Test::Unit::TestCase # Transactional fixtures accelerate your tests by wrapping each test method |