Fix duplicated test description.

This commit is contained in:
José Valim 2011-12-10 23:32:51 +01:00
parent 099c6a0b92
commit dc8c0dc374
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ class IsolatedLabelTest < ActionView::TestCase
end end
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 test 'input should use i18n under defaults to lookup translation' do
store_translations(:en, :simple_form => { :labels => { :defaults => {:age => 'Idade'} } } ) do store_translations(:en, :simple_form => { :labels => { :defaults => {:age => 'Idade'} } } ) do
with_label_for @user, :age, :integer with_label_for @user, :age, :integer