Skip to content

Commit

Permalink
:'' is not valid ruby.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Oct 2, 2010
1 parent fef4273 commit ebfbb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/generators/generated_attribute_test.rb
Expand Up @@ -117,7 +117,7 @@ def test_nil_type_raises_exception


def test_missing_type_raises_exception def test_missing_type_raises_exception
assert_raise Thor::Error do assert_raise Thor::Error do
create_generated_attribute(:'', 'title') create_generated_attribute('', 'title')
end end
end end
end end

0 comments on commit ebfbb2a

Please sign in to comment.