Merge pull request #10368 from demands/fix-typo

Fix typo in serialized_attribute_test. [ci skip]
This commit is contained in:
Guillermo Iguaran 2013-04-28 08:54:05 -07:00
commit 778692be3d

@ -243,7 +243,7 @@ def test_regression_serialized_default_on_text_column_with_null_false
assert_equal [], light.long_state
end
def test_serialized_columh_should_not_be_wrapped_twice
def test_serialized_column_should_not_be_wrapped_twice
Topic.serialize(:content, MyObject)
myobj = MyObject.new('value1', 'value2')