File: pending_test.diff

package info (click to toggle)
ruby-table-print 1.5.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 292 kB
  • sloc: ruby: 1,821; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
--- a/spec/printable_spec.rb
+++ b/spec/printable_spec.rb
@@ -42,6 +42,7 @@
 
     it "ignores methods from an included module" do
       pending "waiting for Cat to support module manipulation"
+      fail
     end
 
     it "uses column information when available (eg, from ActiveRecord objects)"