Skip to content

Commit

Permalink
Merge pull request #4599 from jarijokinen/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
josevalim committed Jan 22, 2012
2 parents cd32d40 + 1e41680 commit df15eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/base_test.rb
Expand Up @@ -1893,7 +1893,7 @@ def test_attribute_names_on_table_not_exists
assert_equal [], NonExistentTable.attribute_names
end

def test_attribtue_names_on_abstract_class
def test_attribute_names_on_abstract_class
assert_equal [], AbstractCompany.attribute_names
end

Expand Down

0 comments on commit df15eb0

Please sign in to comment.