Update verbiage

This commit is contained in:
Tom Milewski 2011-11-15 17:30:25 -05:00
parent 536ddd4b95
commit a9a4796110
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ module Shoulda # :nodoc:
# Ensure that the field becomes serialized. # Ensure that the field becomes serialized.
# #
# Options: # Options:
# * <tt>:as</tt> - tests that the association makes use of the class_name option. # * <tt>:as</tt> - tests that the serialized attribute makes use of the class_name option.
# #
# Example: # Example:
# it { should serialize(:details) } # it { should serialize(:details) }