summaryrefslogtreecommitdiff
path: root/spec/ruby/library/socket/shared/partially_closable_sockets.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/socket/shared/partially_closable_sockets.rb')
-rw-r--r--spec/ruby/library/socket/shared/partially_closable_sockets.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/socket/shared/partially_closable_sockets.rb b/spec/ruby/library/socket/shared/partially_closable_sockets.rb
index 1bdff08bf6..b1c2ebabe1 100644
--- a/spec/ruby/library/socket/shared/partially_closable_sockets.rb
+++ b/spec/ruby/library/socket/shared/partially_closable_sockets.rb
@@ -1,4 +1,4 @@
-describe "partially closable sockets", shared: true do
+describe :partially_closable_sockets, shared: true do
it "if the write end is closed then the other side can read past EOF without blocking" do
@s1.write("foo")
@s1.close_write