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')