demo/02_advice.rdoc in qed-2.2.1 vs demo/02_advice.rdoc in qed-2.2.2

- old
+ new

@@ -112,10 +112,9 @@ So +x+ should now contain these three list samples. x.assert == [ 'SampleA', 'SampleB', 'SampleC' ] - == Pattern Matchers QED also supports comment match triggers. With the +When+ method one can define procedures to run when a given pattern matches comment text. For example: