summaryrefslogtreecommitdiff
path: root/spec/ruby/library/openssl/random/shared/random_bytes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/openssl/random/shared/random_bytes.rb')
-rw-r--r--spec/ruby/library/openssl/random/shared/random_bytes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/openssl/random/shared/random_bytes.rb b/spec/ruby/library/openssl/random/shared/random_bytes.rb
index 399e40de39..3a3a6b2bc4 100644
--- a/spec/ruby/library/openssl/random/shared/random_bytes.rb
+++ b/spec/ruby/library/openssl/random/shared/random_bytes.rb
@@ -1,4 +1,4 @@
-require File.expand_path('../../../../../spec_helper', __FILE__)
+require_relative '../../../../spec_helper'
require 'openssl'
describe :openssl_random_bytes, shared: true do |cmd|