summaryrefslogtreecommitdiff
path: root/spec/ruby/library/zlib/zstream
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-04 15:09:32 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-04 15:09:32 +0000
commit401b64c4e840bc8887219e9e445a64b3d5943656 (patch)
tree989b93914e9a8ee57ef3ce0bb3d2e2083470fc49 /spec/ruby/library/zlib/zstream
parent8a15857a7f283101a3923b76c71a1f05bfe58512 (diff)
Update to ruby/spec@c1b568b
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec/ruby/library/zlib/zstream')
-rw-r--r--spec/ruby/library/zlib/zstream/adler_spec.rb2
-rw-r--r--spec/ruby/library/zlib/zstream/avail_in_spec.rb2
-rw-r--r--spec/ruby/library/zlib/zstream/avail_out_spec.rb2
-rw-r--r--spec/ruby/library/zlib/zstream/close_spec.rb2
-rw-r--r--spec/ruby/library/zlib/zstream/closed_spec.rb2
-rw-r--r--spec/ruby/library/zlib/zstream/data_type_spec.rb2
-rw-r--r--spec/ruby/library/zlib/zstream/end_spec.rb2
-rw-r--r--spec/ruby/library/zlib/zstream/ended_spec.rb2
-rw-r--r--spec/ruby/library/zlib/zstream/finish_spec.rb2
-rw-r--r--spec/ruby/library/zlib/zstream/finished_spec.rb2
-rw-r--r--spec/ruby/library/zlib/zstream/flush_next_in_spec.rb2
-rw-r--r--spec/ruby/library/zlib/zstream/flush_next_out_spec.rb2
-rw-r--r--spec/ruby/library/zlib/zstream/reset_spec.rb2
-rw-r--r--spec/ruby/library/zlib/zstream/stream_end_spec.rb2
-rw-r--r--spec/ruby/library/zlib/zstream/total_in_spec.rb2
-rw-r--r--spec/ruby/library/zlib/zstream/total_out_spec.rb2
16 files changed, 16 insertions, 16 deletions
diff --git a/spec/ruby/library/zlib/zstream/adler_spec.rb b/spec/ruby/library/zlib/zstream/adler_spec.rb
index e562fd260e..55ac8ae79e 100644
--- a/spec/ruby/library/zlib/zstream/adler_spec.rb
+++ b/spec/ruby/library/zlib/zstream/adler_spec.rb
@@ -1,4 +1,4 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
+require_relative '../../../spec_helper'
require 'zlib'
describe "Zlib::ZStream#adler" do
diff --git a/spec/ruby/library/zlib/zstream/avail_in_spec.rb b/spec/ruby/library/zlib/zstream/avail_in_spec.rb
index 25d3219a5a..eddae15830 100644
--- a/spec/ruby/library/zlib/zstream/avail_in_spec.rb
+++ b/spec/ruby/library/zlib/zstream/avail_in_spec.rb
@@ -1,4 +1,4 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
+require_relative '../../../spec_helper'
require 'zlib'
describe "Zlib::ZStream#avail_in" do
diff --git a/spec/ruby/library/zlib/zstream/avail_out_spec.rb b/spec/ruby/library/zlib/zstream/avail_out_spec.rb
index c747bbbc2f..2e5a394ec0 100644
--- a/spec/ruby/library/zlib/zstream/avail_out_spec.rb
+++ b/spec/ruby/library/zlib/zstream/avail_out_spec.rb
@@ -1,4 +1,4 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
+require_relative '../../../spec_helper'
require 'zlib'
describe "Zlib::ZStream#avail_out" do
diff --git a/spec/ruby/library/zlib/zstream/close_spec.rb b/spec/ruby/library/zlib/zstream/close_spec.rb
index 6a4c1dadb4..e15f14f95f 100644
--- a/spec/ruby/library/zlib/zstream/close_spec.rb
+++ b/spec/ruby/library/zlib/zstream/close_spec.rb
@@ -1 +1 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
+require_relative '../../../spec_helper'
diff --git a/spec/ruby/library/zlib/zstream/closed_spec.rb b/spec/ruby/library/zlib/zstream/closed_spec.rb
index 6a4c1dadb4..e15f14f95f 100644
--- a/spec/ruby/library/zlib/zstream/closed_spec.rb
+++ b/spec/ruby/library/zlib/zstream/closed_spec.rb
@@ -1 +1 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
+require_relative '../../../spec_helper'
diff --git a/spec/ruby/library/zlib/zstream/data_type_spec.rb b/spec/ruby/library/zlib/zstream/data_type_spec.rb
index 614f0d10a2..8be96adf7c 100644
--- a/spec/ruby/library/zlib/zstream/data_type_spec.rb
+++ b/spec/ruby/library/zlib/zstream/data_type_spec.rb
@@ -1,4 +1,4 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
+require_relative '../../../spec_helper'
require 'zlib'
describe "Zlib::ZStream#data_type" do
diff --git a/spec/ruby/library/zlib/zstream/end_spec.rb b/spec/ruby/library/zlib/zstream/end_spec.rb
index 6a4c1dadb4..e15f14f95f 100644
--- a/spec/ruby/library/zlib/zstream/end_spec.rb
+++ b/spec/ruby/library/zlib/zstream/end_spec.rb
@@ -1 +1 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
+require_relative '../../../spec_helper'
diff --git a/spec/ruby/library/zlib/zstream/ended_spec.rb b/spec/ruby/library/zlib/zstream/ended_spec.rb
index 6a4c1dadb4..e15f14f95f 100644
--- a/spec/ruby/library/zlib/zstream/ended_spec.rb
+++ b/spec/ruby/library/zlib/zstream/ended_spec.rb
@@ -1 +1 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
+require_relative '../../../spec_helper'
diff --git a/spec/ruby/library/zlib/zstream/finish_spec.rb b/spec/ruby/library/zlib/zstream/finish_spec.rb
index 6a4c1dadb4..e15f14f95f 100644
--- a/spec/ruby/library/zlib/zstream/finish_spec.rb
+++ b/spec/ruby/library/zlib/zstream/finish_spec.rb
@@ -1 +1 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
+require_relative '../../../spec_helper'
diff --git a/spec/ruby/library/zlib/zstream/finished_spec.rb b/spec/ruby/library/zlib/zstream/finished_spec.rb
index 6a4c1dadb4..e15f14f95f 100644
--- a/spec/ruby/library/zlib/zstream/finished_spec.rb
+++ b/spec/ruby/library/zlib/zstream/finished_spec.rb
@@ -1 +1 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
+require_relative '../../../spec_helper'
diff --git a/spec/ruby/library/zlib/zstream/flush_next_in_spec.rb b/spec/ruby/library/zlib/zstream/flush_next_in_spec.rb
index 6a4c1dadb4..e15f14f95f 100644
--- a/spec/ruby/library/zlib/zstream/flush_next_in_spec.rb
+++ b/spec/ruby/library/zlib/zstream/flush_next_in_spec.rb
@@ -1 +1 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
+require_relative '../../../spec_helper'
diff --git a/spec/ruby/library/zlib/zstream/flush_next_out_spec.rb b/spec/ruby/library/zlib/zstream/flush_next_out_spec.rb
index 8ba8414cd1..f80d8287ce 100644
--- a/spec/ruby/library/zlib/zstream/flush_next_out_spec.rb
+++ b/spec/ruby/library/zlib/zstream/flush_next_out_spec.rb
@@ -1,4 +1,4 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
+require_relative '../../../spec_helper'
require 'zlib'
describe "Zlib::ZStream#flush_next_out" do
diff --git a/spec/ruby/library/zlib/zstream/reset_spec.rb b/spec/ruby/library/zlib/zstream/reset_spec.rb
index 6a4c1dadb4..e15f14f95f 100644
--- a/spec/ruby/library/zlib/zstream/reset_spec.rb
+++ b/spec/ruby/library/zlib/zstream/reset_spec.rb
@@ -1 +1 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
+require_relative '../../../spec_helper'
diff --git a/spec/ruby/library/zlib/zstream/stream_end_spec.rb b/spec/ruby/library/zlib/zstream/stream_end_spec.rb
index 6a4c1dadb4..e15f14f95f 100644
--- a/spec/ruby/library/zlib/zstream/stream_end_spec.rb
+++ b/spec/ruby/library/zlib/zstream/stream_end_spec.rb
@@ -1 +1 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
+require_relative '../../../spec_helper'
diff --git a/spec/ruby/library/zlib/zstream/total_in_spec.rb b/spec/ruby/library/zlib/zstream/total_in_spec.rb
index 6a4c1dadb4..e15f14f95f 100644
--- a/spec/ruby/library/zlib/zstream/total_in_spec.rb
+++ b/spec/ruby/library/zlib/zstream/total_in_spec.rb
@@ -1 +1 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
+require_relative '../../../spec_helper'
diff --git a/spec/ruby/library/zlib/zstream/total_out_spec.rb b/spec/ruby/library/zlib/zstream/total_out_spec.rb
index 6a4c1dadb4..e15f14f95f 100644
--- a/spec/ruby/library/zlib/zstream/total_out_spec.rb
+++ b/spec/ruby/library/zlib/zstream/total_out_spec.rb
@@ -1 +1 @@
-require File.expand_path('../../../../spec_helper', __FILE__)
+require_relative '../../../spec_helper'