Skip to content

Commit

Permalink
Merge pull request rails#10368 from demands/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in serialized_attribute_test. [ci skip]
  • Loading branch information
guilleiguaran committed Apr 28, 2013
2 parents 85beb3f + c3b46d6 commit 778692b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/serialized_attribute_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 778692b

Please sign in to comment.