summaryrefslogtreecommitdiff
path: root/spec/rubyspec/library/stringio/shared/isatty.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rubyspec/library/stringio/shared/isatty.rb')
-rw-r--r--spec/rubyspec/library/stringio/shared/isatty.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/rubyspec/library/stringio/shared/isatty.rb b/spec/rubyspec/library/stringio/shared/isatty.rb
deleted file mode 100644
index 3da5999953..0000000000
--- a/spec/rubyspec/library/stringio/shared/isatty.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-describe :stringio_isatty, shared: true do
- it "returns false" do
- StringIO.new('tty').send(@method).should be_false
- end
-end