diff --git a/test/unit/calendar_test.rb b/test/unit/lib/redmine/helpers/calendar_test.rb
similarity index 96%
rename from test/unit/calendar_test.rb
rename to test/unit/lib/redmine/helpers/calendar_test.rb
index ac6a651ef659286ba85481c6cab8a6b4a763dc4a..83752344515547842efce545b9079ab0b67a4042 100644
--- a/test/unit/calendar_test.rb
+++ b/test/unit/lib/redmine/helpers/calendar_test.rb
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
-require File.expand_path('../../test_helper', __FILE__)
+require File.expand_path('../../../../../test_helper', __FILE__)
 
 class CalendarTest < ActiveSupport::TestCase