summaryrefslogtreecommitdiff
path: root/spec/ruby/core/thread/kill_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/thread/kill_spec.rb')
-rw-r--r--spec/ruby/core/thread/kill_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/ruby/core/thread/kill_spec.rb b/spec/ruby/core/thread/kill_spec.rb
index f932bf5232..4b62c686c7 100644
--- a/spec/ruby/core/thread/kill_spec.rb
+++ b/spec/ruby/core/thread/kill_spec.rb
@@ -9,10 +9,6 @@ platform_is_not :mingw do
it_behaves_like :thread_exit, :kill
end
- describe "Thread#kill!" do
- it "needs to be reviewed for spec completeness"
- end
-
describe "Thread.kill" do
it "causes the given thread to exit" do
thread = Thread.new { sleep }