From 69f81d57137804fce6821999c51fd43846e7d55e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Luis=20Leal=20Cardoso=20Junior?= Date: Sat, 9 Apr 2022 19:07:53 -0300 Subject: Fix ruby 1.9 build --- spec/method_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/method_spec.rb b/spec/method_spec.rb index d2bf877e..137a9d11 100644 --- a/spec/method_spec.rb +++ b/spec/method_spec.rb @@ -230,7 +230,7 @@ describe Pry::Method do end def load_task - path = File.expand_path("fixtures/test_task.rb", __dir__) + path = File.expand_path("spec/fixtures/test_task.rb") instance_eval File.read(path), path end end -- cgit v1.2.1