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:
parent
76f836a6b3
commit
8dba1d9e3a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue