Fixes failing test, closes #1098.

This commit is contained in:
José Valim 2011-05-17 05:32:14 -07:00
parent b0385fe1b2
commit a52dc0d9cc
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ module ApplicationTests
app_file 'app/models/post.rb', <<-RUBY
class Post
def self.column_names
def self.attribute_names
%w(title)
end
end