From 495722a95687e25114ae75608dd3107ac5d6611b Mon Sep 17 00:00:00 2001 From: Ronak Jangir Date: Wed, 7 Oct 2015 21:07:46 +0530 Subject: =?UTF-8?q?Fixed=20wording=20in=20Assertion=20docs,=20changed=20?= =?UTF-8?q?=E2=80=98Assert=E2=80=99=20->=20=E2=80=98Asserts=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- activesupport/lib/active_support/testing/assertions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/testing/assertions.rb b/activesupport/lib/active_support/testing/assertions.rb index ae8c15d8bf..29305e0082 100644 --- a/activesupport/lib/active_support/testing/assertions.rb +++ b/activesupport/lib/active_support/testing/assertions.rb @@ -3,7 +3,7 @@ require 'active_support/core_ext/object/blank' module ActiveSupport module Testing module Assertions - # Assert that an expression is not truthy. Passes if object is + # Asserts that an expression is not truthy. Passes if object is # +nil+ or +false+. "Truthy" means "considered true in a conditional" # like if foo. # -- cgit v1.2.3