From 6285675db1cf983ba6c15442aedb457c8041f5ee Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Fri, 22 Jun 2012 22:14:29 +0530 Subject: fixes a few mistakes in api docs [ci skip] --- activesupport/lib/active_support/testing/assertions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/testing/assertions.rb') diff --git a/activesupport/lib/active_support/testing/assertions.rb b/activesupport/lib/active_support/testing/assertions.rb index 411bb76a42..ee1a647ed8 100644 --- a/activesupport/lib/active_support/testing/assertions.rb +++ b/activesupport/lib/active_support/testing/assertions.rb @@ -90,7 +90,7 @@ module ActiveSupport assert object.blank?, message end - # Test if an expression is not blank. Passes if object.present? is +true+. + # Test if an expression is not blank. Passes if object.present? is +true+. # # assert_present({ data: 'x' }) # => true # assert_present({}) # => {} is blank -- cgit v1.2.3