From 755112c7b15ad5a8a8621ac307a55b6bbf487c7b Mon Sep 17 00:00:00 2001 From: Samantha John Date: Wed, 6 Mar 2019 16:35:52 -0500 Subject: =?UTF-8?q?Replace=20=E2=80=9Ccan=20not=E2=80=9D=20with=20?= =?UTF-8?q?=E2=80=9Ccannot=E2=80=9D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- activemodel/test/cases/attribute_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activemodel/test') diff --git a/activemodel/test/cases/attribute_test.rb b/activemodel/test/cases/attribute_test.rb index 20c02e689c..097db2e923 100644 --- a/activemodel/test/cases/attribute_test.rb +++ b/activemodel/test/cases/attribute_test.rb @@ -204,7 +204,7 @@ module ActiveModel assert_not_predicate unchanged, :changed? end - test "an attribute can not be mutated if it has not been read, + test "an attribute cannot be mutated if it has not been read, and skips expensive calculations" do type_which_raises_from_all_methods = Object.new attribute = Attribute.from_database(:foo, "bar", type_which_raises_from_all_methods) -- cgit v1.2.3