:'' is not valid ruby.

This commit is contained in:
José Valim 2010-10-02 18:30:38 +02:00
parent 297cf0b266
commit 757bbd540c
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ class GeneratedAttributeTest < Rails::Generators::TestCase
def test_missing_type_raises_exception
assert_raise Thor::Error do
create_generated_attribute(:'', 'title')
create_generated_attribute('', 'title')
end
end
end