summaryrefslogtreecommitdiff
path: root/spec/ruby/core/io/binwrite_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/io/binwrite_spec.rb')
-rw-r--r--spec/ruby/core/io/binwrite_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/ruby/core/io/binwrite_spec.rb b/spec/ruby/core/io/binwrite_spec.rb
index e28ea8ebb1..8ebc86a52e 100644
--- a/spec/ruby/core/io/binwrite_spec.rb
+++ b/spec/ruby/core/io/binwrite_spec.rb
@@ -3,6 +3,4 @@ require_relative 'shared/binwrite'
describe "IO.binwrite" do
it_behaves_like :io_binwrite, :binwrite
-
- it "needs to be reviewed for spec completeness"
end