From a9a4796110dbcee1653e2b8ddb74fea84c0e85f9 Mon Sep 17 00:00:00 2001 From: Tom Milewski Date: Tue, 15 Nov 2011 17:30:25 -0500 Subject: [PATCH] Update verbiage --- lib/shoulda/matchers/active_record/serialize_matcher.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shoulda/matchers/active_record/serialize_matcher.rb b/lib/shoulda/matchers/active_record/serialize_matcher.rb index ccb4aa43..09064c46 100644 --- a/lib/shoulda/matchers/active_record/serialize_matcher.rb +++ b/lib/shoulda/matchers/active_record/serialize_matcher.rb @@ -5,7 +5,7 @@ module Shoulda # :nodoc: # Ensure that the field becomes serialized. # # Options: - # * :as - tests that the association makes use of the class_name option. + # * :as - tests that the serialized attribute makes use of the class_name option. # # Example: # it { should serialize(:details) }