mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
Fix duplicated test description.
This commit is contained in:
parent
099c6a0b92
commit
dc8c0dc374
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ class IsolatedLabelTest < ActionView::TestCase
|
|||
end
|
||||
end
|
||||
|
||||
test 'input should use i18n based only on attribute to lookup translation' do
|
||||
test 'input should use i18n under defaults to lookup translation' do
|
||||
store_translations(:en, :simple_form => { :labels => { :defaults => {:age => 'Idade'} } } ) do
|
||||
with_label_for @user, :age, :integer
|
||||
|
|
Loading…
Reference in a new issue