##// END OF EJS Templates
Fixed test_helper template for plugins....
Jean-Philippe Lang -
r9553:3ba6718805c8
parent child
Show More
@@ -1,5 +1,2
1 # Load the normal Rails helper
2 require File.expand_path(File.dirname(__FILE__) + '/../../../../test/test_helper')
3
4 # Ensure that we are using the temporary fixture path
5 Engines::Testing.set_fixture_path
1 # Load the Redmine helper
2 require File.expand_path(File.dirname(__FILE__) + '/../../../test/test_helper')
General Comments 0
You need to be logged in to leave comments. Login now