diff options
Diffstat (limited to 'test/system/custom_field_enumerations_test.rb')
-rw-r--r-- | test/system/custom_field_enumerations_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/custom_field_enumerations_test.rb b/test/system/custom_field_enumerations_test.rb index 78815cb20..3df23254b 100644 --- a/test/system/custom_field_enumerations_test.rb +++ b/test/system/custom_field_enumerations_test.rb @@ -17,7 +17,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('../../application_system_test_case', __FILE__) +require_relative '../application_system_test_case' class CustomFieldEnumerationsTest < ApplicationSystemTestCase fixtures :projects, :users, :email_addresses, :roles, :members, :member_roles, |