I wonder if something like this would make a good addition to the core:
http://wiseheartdesign.com/articles/2006/01/28/test-helpers-for-rails
It seems a useful and helpful convention.
--
John Long
http://wiseheartdesign.com
___
Rails-core mailing list
Am Freitag, den 27.01.2006, 18:11 -0500 schrieb Francois Beausoleil:
> 2006/1/27, Norman Timmler <[EMAIL PROTECTED]>:
> > validates_presence_of :email_address, :message => 'Give me an address!'
> > validates_format_of :email_address, :with => /[EMAIL PROTECTED],}/,
> > :message
I've got a patch ready adding the pagination tests (and confirming the
bug with :include). It depends on ticket 3606
(http://dev.rubyonrails.org/ticket/3606) so I'll submit it as soon as
3606 is checked in.
Kev
On 1/25/06, Kevin Clark <[EMAIL PROTECTED]> wrote:
> Jeremy,
> Awesomeness. I'll write