summaryrefslogtreecommitdiff
path: root/spec/ruby/library/yaml/fixtures/common.rb
diff options
context:
space:
mode:
authorBenoit Daloze <[email protected]>2023-09-04 16:07:46 +0200
committerBenoit Daloze <[email protected]>2023-09-04 16:07:46 +0200
commit0b5c61494eb30c8c1867b9e6a52ad678e3f47901 (patch)
tree30ca3af5dadae196c39dae8c7e35c28b0537dd4a /spec/ruby/library/yaml/fixtures/common.rb
parent3504f928dfb60b763e7b66149ca45cdbb45df78a (diff)
Update to ruby/spec@96d1072
Diffstat (limited to 'spec/ruby/library/yaml/fixtures/common.rb')
-rw-r--r--spec/ruby/library/yaml/fixtures/common.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/yaml/fixtures/common.rb b/spec/ruby/library/yaml/fixtures/common.rb
index f7fb4037e7..895213b844 100644
--- a/spec/ruby/library/yaml/fixtures/common.rb
+++ b/spec/ruby/library/yaml/fixtures/common.rb
@@ -1,4 +1,4 @@
require 'yaml'
$test_file = tmp("yaml_test_file")
-$test_parse_file = File.dirname(__FILE__) + "/test_yaml.yml"
+$test_parse_file = __dir__ + "/test_yaml.yml"