diff options
Diffstat (limited to 'lib/generators/redmine_plugin_controller')
-rw-r--r-- | lib/generators/redmine_plugin_controller/templates/functional_test.rb.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/generators/redmine_plugin_controller/templates/functional_test.rb.erb b/lib/generators/redmine_plugin_controller/templates/functional_test.rb.erb index df332fd21..0499b6970 100644 --- a/lib/generators/redmine_plugin_controller/templates/functional_test.rb.erb +++ b/lib/generators/redmine_plugin_controller/templates/functional_test.rb.erb @@ -1,4 +1,4 @@ -require File.dirname(__FILE__) + '/../test_helper' +require File.expand_path('../../test_helper', __FILE__) class <%= @controller_class %>ControllerTest < ActionController::TestCase # Replace this with your real tests. |