summary refs log tree commit diff
diff options
context:
space:
mode:
-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?