summaryrefslogtreecommitdiff
path: root/spec/ruby/library/expect
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/expect')
-rw-r--r--spec/ruby/library/expect/expect_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/expect/expect_spec.rb b/spec/ruby/library/expect/expect_spec.rb
index 080f3d7af4..454023979f 100644
--- a/spec/ruby/library/expect/expect_spec.rb
+++ b/spec/ruby/library/expect/expect_spec.rb
@@ -1,5 +1,5 @@
platform_is_not :windows do
- require File.expand_path('../../../spec_helper', __FILE__)
+ require_relative '../../spec_helper'
require 'expect'
describe "IO#expect" do