diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-05-28 08:40:20 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-05-28 08:40:20 +0000 |
commit | 3ba6718805c8bad24de55f9fdb9c68a7c84d0283 (patch) | |
tree | 2493111f0d1a4f200db995c9a8fe7566d8dc18c3 /lib/generators/redmine_plugin | |
parent | e1268faa4ae76d9ee2a4e6428e0e76e93df27620 (diff) | |
download | redmine-3ba6718805c8bad24de55f9fdb9c68a7c84d0283.tar.gz redmine-3ba6718805c8bad24de55f9fdb9c68a7c84d0283.zip |
Fixed test_helper template for plugins.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9736 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/generators/redmine_plugin')
-rw-r--r-- | lib/generators/redmine_plugin/templates/test_helper.rb.erb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/generators/redmine_plugin/templates/test_helper.rb.erb b/lib/generators/redmine_plugin/templates/test_helper.rb.erb index bd1ed0c5d..54685d33c 100644 --- a/lib/generators/redmine_plugin/templates/test_helper.rb.erb +++ b/lib/generators/redmine_plugin/templates/test_helper.rb.erb @@ -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') |