Fix ruby 1.9 build

This commit is contained in:
André Luis Leal Cardoso Junior 2022-04-09 19:07:53 -03:00
parent 4daa24ded5
commit 69f81d5713
1 changed files with 1 additions and 1 deletions

View File

@ -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