Fix test description

This commit is contained in:
Rafael Mendonça França 2014-04-03 18:28:28 -03:00
parent 76f836a6b3
commit 8dba1d9e3a
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ class ErrorTest < ActionView::TestCase
assert_select 'span.error', error_text
end
test 'input with custom error works 1' do
test 'input with error option as true does not use custom error' do
with_form_for @user, :name, error: true
assert_select 'span.error', "can't be blank"