From e456d0046df2d7788ece71febc4e9733c2f1bdc0 Mon Sep 17 00:00:00 2001 From: Manfred Stienstra Date: Mon, 11 Dec 2023 10:34:22 +0100 Subject: [PATCH] [Rubocop] Autocorrect memory.rb. --- test/profile/memory.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/profile/memory.rb b/test/profile/memory.rb index 2a74913..b1c04c7 100644 --- a/test/profile/memory.rb +++ b/test/profile/memory.rb @@ -1,3 +1,5 @@ -$:.unshift(File.expand_path("../../ext", __dir__)) +# frozen_string_literal: true + +$LOAD_PATH.unshift(File.expand_path('../../ext', __dir__)) require 'tedrahcu' Tedrahcu.detect(File.read('tedrahcu.gemspec'))