dfect 0.0.0 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/CREDITS ADDED
@@ -0,0 +1 @@
1
+ * [François Beausoleil](http://github.com/francois)
@@ -3,7 +3,7 @@
3
3
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
4
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
5
  <head>
6
- <title>ANN.txt</title>
6
+ <title>Class</title>
7
7
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
8
  <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
9
9
  <link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
@@ -15,44 +15,37 @@
15
15
  <body>
16
16
  <div class="banner">
17
17
  <h1>
18
- ANN.txt
18
+ <span class="type">Class</span>
19
+ Class
20
+
21
+ <span class="parent">&lt;
22
+
23
+ <a href="Object.html">Object</a>
24
+
25
+ </span>
26
+
19
27
  </h1>
20
28
  <ul class="files">
21
- <li>ANN.txt</li>
22
- <li>Last modified: Mon Apr 13 11:26:29 -0700 2009</li>
29
+
30
+ <li><a href="../files/lib/dfect_rb.html">lib/dfect.rb</a></li>
31
+
23
32
  </ul>
24
33
  </div>
25
-
26
34
  <div id="bodyContent">
27
35
  <div id="content">
28
36
 
29
- <div class="description"><pre>
30
- Dfect 0.0.0
31
-
32
- Assertion testing library for Ruby
33
-
34
- http://snk.tuxfamily.org/lib/dfect
35
-
36
- Dfect is an assertion testing library for Ruby that
37
- emphasizes a simple assertion vocabulary, instant
38
- debuggability of failures, and flexibility in composing
39
- tests.
40
- </pre>
41
- <p>
42
- Version 0.0.0 (2009-04-13)
37
+ <div class="description">
38
+ <p>
39
+ YAML raises this error when we try to serialize a class:
43
40
  </p>
44
41
  <pre>
45
- This is the first public release of Dfect, which was inspired
46
- by [1]Philip Plumlee's musing on alternative names for
47
- assertion methods.
42
+ TypeError: can't dump anonymous class Class
48
43
  </pre>
49
44
  <p>
50
- References
45
+ Work around this by representing a class by its name.
51
46
  </p>
52
- <pre>
53
- 1. http://www.ruby-forum.com/topic/183354#801895
54
- </pre>
55
- </div>
47
+
48
+ </div>
56
49
 
57
50
 
58
51
 
@@ -77,4 +70,4 @@ References
77
70
  </div>
78
71
  </div>
79
72
  </body>
80
- </html>
73
+ </html>