summaryrefslogtreecommitdiff
path: root/spec/rubyspec/library/stringio/each_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rubyspec/library/stringio/each_spec.rb')
-rw-r--r--spec/rubyspec/library/stringio/each_spec.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/spec/rubyspec/library/stringio/each_spec.rb b/spec/rubyspec/library/stringio/each_spec.rb
deleted file mode 100644
index 07ad070192..0000000000
--- a/spec/rubyspec/library/stringio/each_spec.rb
+++ /dev/null
@@ -1,15 +0,0 @@
-require File.expand_path('../../../spec_helper', __FILE__)
-require File.expand_path('../fixtures/classes', __FILE__)
-require File.expand_path('../shared/each', __FILE__)
-
-describe "StringIO#each when passed a separator" do
- it_behaves_like :stringio_each_separator, :each
-end
-
-describe "StringIO#each when passed no arguments" do
- it_behaves_like :stringio_each_no_arguments, :each
-end
-
-describe "StringIO#each when self is not readable" do
- it_behaves_like :stringio_each_not_readable, :each
-end