]> source.dussan.org Git - redmine.git/commitdiff
Fixed test_helper template for plugins.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 28 May 2012 08:40:20 +0000 (08:40 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 28 May 2012 08:40:20 +0000 (08:40 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9736 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/generators/redmine_plugin/templates/test_helper.rb.erb

index bd1ed0c5d90a72c90a28caf5d7aad1792a953356..54685d33ca58645c65e0566b7d3a93d166f71f44 100644 (file)
@@ -1,5 +1,2 @@
-# Load the normal Rails helper
-require File.expand_path(File.dirname(__FILE__) + '/../../../../test/test_helper')
-
-# Ensure that we are using the temporary fixture path
-Engines::Testing.set_fixture_path
+# Load the Redmine helper
+require File.expand_path(File.dirname(__FILE__) + '/../../../test/test_helper')