diff options
Diffstat (limited to 'lib/generators/redmine_plugin/templates/test_helper.rb')
-rw-r--r-- | lib/generators/redmine_plugin/templates/test_helper.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/generators/redmine_plugin/templates/test_helper.rb b/lib/generators/redmine_plugin/templates/test_helper.rb new file mode 100644 index 000000000..bd1ed0c5d --- /dev/null +++ b/lib/generators/redmine_plugin/templates/test_helper.rb @@ -0,0 +1,5 @@ +# 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 |