summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net/http/httpheader/each_key_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/net/http/httpheader/each_key_spec.rb')
-rw-r--r--spec/ruby/library/net/http/httpheader/each_key_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/ruby/library/net/http/httpheader/each_key_spec.rb b/spec/ruby/library/net/http/httpheader/each_key_spec.rb
index 5c81830be6..ebb17d2eac 100644
--- a/spec/ruby/library/net/http/httpheader/each_key_spec.rb
+++ b/spec/ruby/library/net/http/httpheader/each_key_spec.rb
@@ -1,7 +1,7 @@
-require File.expand_path('../../../../../spec_helper', __FILE__)
+require_relative '../../../../spec_helper'
require 'net/http'
-require File.expand_path('../fixtures/classes', __FILE__)
-require File.expand_path('../shared/each_name', __FILE__)
+require_relative 'fixtures/classes'
+require_relative 'shared/each_name'
describe "Net::HTTPHeader#each_key" do
it_behaves_like :net_httpheader_each_name, :each_key