diff options
Diffstat (limited to 'spec/rubyspec/library/stringio/eof_spec.rb')
-rw-r--r-- | spec/rubyspec/library/stringio/eof_spec.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/spec/rubyspec/library/stringio/eof_spec.rb b/spec/rubyspec/library/stringio/eof_spec.rb deleted file mode 100644 index a5bb3dbe3d..0000000000 --- a/spec/rubyspec/library/stringio/eof_spec.rb +++ /dev/null @@ -1,11 +0,0 @@ -require File.expand_path('../../../spec_helper', __FILE__) -require File.expand_path('../fixtures/classes', __FILE__) -require File.expand_path('../shared/eof', __FILE__) - -describe "StringIO#eof?" do - it_behaves_like :stringio_eof, :eof? -end - -describe "StringIO#eof" do - it_behaves_like :stringio_eof, :eof -end |