1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00

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

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"