From dfd402ddd3bbf8fd73243eb6d333effa9b7ec30d Mon Sep 17 00:00:00 2001 From: kucaahbe Date: Wed, 9 Mar 2011 00:56:19 +0200 Subject: [PATCH] raw thoughts --- docs/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 648eb23..120144a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -9,6 +9,8 @@ unreleased(TODO) * raise exception when wrong parametres specified(:count and :minimum simultaneously) * organize code * add :without to have\_tag? +* !make possible constructions like: +> rendered.should have(3).tags('div').with(:class => 'some-class').and_content(/some content/) 0.0.5-dev (trial-trip) ----------------------