summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2008-01-07 19:33:39 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2008-01-07 19:33:39 +0100
commit67b2bd92f4d10cef70de9284cca585dc9e2b858e (patch)
tree8f1b29bcac0b5c97b050235e931e23afffc7ba7a
parenta97248aef4350abb6a0d9813cb3b15d7cd4a29e8 (diff)
downloadbacon-67b2bd92f4d10cef70de9284cca585dc9e2b858e.tar.gz
bacon-67b2bd92f4d10cef70de9284cca585dc9e2b858e.tar.xz
bacon-67b2bd92f4d10cef70de9284cca585dc9e2b858e.zip
Update README
darcs-hash:20080107183339-4fc50-565378590b24cb92cf7da74e9d826af80cceb5fa.gz
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 859e8a5..ec800be 100644
--- a/README
+++ b/README
@@ -112,6 +112,7 @@ It also supports TAP:
 * should.match
 * should.be.identical_to / should.be.same_as
 * should.raise(*exceptions) { }
+* should.change { }
 * should.throw(symbol) { }
 * should.satisfy { |object| }
 
@@ -120,6 +121,7 @@ It also supports TAP:
 
 * Object#true?
 * Object#false?
+* Proc#change?
 * Proc#raise?
 * Proc#throw?
 * Numeric#close?