From 53d5fbafd22034b04860c082aca7c6f1ab812f1c Mon Sep 17 00:00:00 2001 From: Jens Kraemer Date: Tue, 31 Aug 2021 14:27:50 +0800 Subject: [PATCH] cleanup test helper --- test/test_helper.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index dff88ee..7969189 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,5 +1,2 @@ -require Rails.root / 'test' / 'test_helper' +require File.expand_path(File.dirname(__FILE__) + '/../../../test/test_helper') -class ActiveSupport::TestCase - -end