From 24587c26ddb6f36e6f5aaaf3f09659ae095c8ff6 Mon Sep 17 00:00:00 2001 From: Francesco Rodriguez Date: Tue, 19 Jun 2012 14:25:11 -0500 Subject: fix typo [ci skip] --- activesupport/lib/active_support/testing/assertions.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/testing/assertions.rb b/activesupport/lib/active_support/testing/assertions.rb index d84595fa8f..a5d0e10fcf 100644 --- a/activesupport/lib/active_support/testing/assertions.rb +++ b/activesupport/lib/active_support/testing/assertions.rb @@ -38,7 +38,7 @@ module ActiveSupport # post :create, :article => {...} # end # - # A error message can be specified. + # An error message can be specified. # # assert_difference 'Article.count', -1, "An Article should be destroyed" do # post :delete, :id => ... @@ -67,7 +67,7 @@ module ActiveSupport # post :create, :article => invalid_attributes # end # - # A error message can be specified. + # An error message can be specified. # # assert_no_difference 'Article.count', "An Article should not be created" do # post :create, :article => invalid_attributes -- cgit v1.2.3