summaryrefslogtreecommitdiff
path: root/spec/ruby/library/pp/pp_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/pp/pp_spec.rb')
-rw-r--r--spec/ruby/library/pp/pp_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/ruby/library/pp/pp_spec.rb b/spec/ruby/library/pp/pp_spec.rb
index dba20d190d..c4559b35ca 100644
--- a/spec/ruby/library/pp/pp_spec.rb
+++ b/spec/ruby/library/pp/pp_spec.rb
@@ -20,6 +20,4 @@ describe "PP.pp" do
other_out.to_s.should == "[1, 2, 3]\n"
end
-
- it "needs to be reviewed for spec completeness"
end