summaryrefslogtreecommitdiff
path: root/spec/ruby/core/io/shared/tty.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/io/shared/tty.rb')
-rw-r--r--spec/ruby/core/io/shared/tty.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/io/shared/tty.rb b/spec/ruby/core/io/shared/tty.rb
index 89ac08ec86..1dc0e95739 100644
--- a/spec/ruby/core/io/shared/tty.rb
+++ b/spec/ruby/core/io/shared/tty.rb
@@ -19,6 +19,6 @@ describe :io_tty, shared: true do
end
it "raises IOError on closed stream" do
- -> { IOSpecs.closed_io.send @method }.should raise_error(IOError)
+ -> { IOSpecs.closed_io.send @method }.should.raise(IOError)
end
end