From e8071d7c644546c42184c33b210ba1d82c83a8d5 Mon Sep 17 00:00:00 2001 From: Sean Bryant Date: Wed, 22 Apr 2009 13:58:14 -0400 Subject: Fix my previous commit. Don't say it's been removed when it really hasn't. Also change the assert reference to be more consistent with the rest of the documentation. --- railties/guides/source/testing.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties') diff --git a/railties/guides/source/testing.textile b/railties/guides/source/testing.textile index 301b79c533..1776c77927 100644 --- a/railties/guides/source/testing.textile +++ b/railties/guides/source/testing.textile @@ -413,7 +413,7 @@ h4. Rails Specific Assertions Rails adds some custom assertions of its own to the +test/unit+ framework: -NOTE: +assert_valid(record)+ has been deprecated and is no longer available Rails 2.3. Please use +assert record.valid?+ instead. +NOTE: +assert_valid(record)+ has been deprecated. Please use +assert(record.valid?)+ instead. |_.Assertion |_.Purpose| |+assert_valid(record)+ |Ensures that the passed record is valid by Active Record standards and returns any error messages if it is not.| -- cgit v1.2.3