From 1d6695da0e387b7cd4fe7f89b7d9936462bafacc Mon Sep 17 00:00:00 2001 From: Evandro Junior Date: Wed, 9 Dec 2015 10:07:58 -0300 Subject: [PATCH] fix test for accounte_controller --- test/functional/account_controller_plugin_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/account_controller_plugin_test.rb b/test/functional/account_controller_plugin_test.rb index 8ba24c6..cab5605 100644 --- a/test/functional/account_controller_plugin_test.rb +++ b/test/functional/account_controller_plugin_test.rb @@ -1,4 +1,4 @@ -require_relative '../test_helper' +require File.dirname(__FILE__) + '/../../../../test/test_helper' # Re-raise errors caught by the controller. class AccountController; def rescue_action(e) raise e end; end -- libgit2 0.21.2