aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/proc/shared/call.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/proc/shared/call.rb')
-rw-r--r--spec/ruby/core/proc/shared/call.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/proc/shared/call.rb b/spec/ruby/core/proc/shared/call.rb
index 11355537b0..996d0e055d 100644
--- a/spec/ruby/core/proc/shared/call.rb
+++ b/spec/ruby/core/proc/shared/call.rb
@@ -1,4 +1,4 @@
-require File.expand_path('../../fixtures/common', __FILE__)
+require_relative '../fixtures/common'
describe :proc_call, shared: true do
it "invokes self" do