summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net/http/httpheader/form_data_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/net/http/httpheader/form_data_spec.rb')
-rw-r--r--spec/ruby/library/net/http/httpheader/form_data_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/ruby/library/net/http/httpheader/form_data_spec.rb b/spec/ruby/library/net/http/httpheader/form_data_spec.rb
index 7781990824..9b29a03159 100644
--- a/spec/ruby/library/net/http/httpheader/form_data_spec.rb
+++ b/spec/ruby/library/net/http/httpheader/form_data_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/set_form_data', __FILE__)
+require_relative 'fixtures/classes'
+require_relative 'shared/set_form_data'
describe "Net::HTTPHeader#form_data=" do
it_behaves_like :net_httpheader_set_form_data, :form_data=