This commit is contained in:
Rafael Mendonça França 2014-04-03 15:22:45 -03:00
parent 5ce1d04362
commit d103329708
1 changed files with 10 additions and 10 deletions

View File

@ -158,7 +158,7 @@ class CollectionSelectInputTest < ActionView::TestCase
test 'input should not set include blank if otherwise is told' do test 'input should not set include blank if otherwise is told' do
with_input_for @user, :age, :select, collection: 18..30, include_blank: false with_input_for @user, :age, :select, collection: 18..30, include_blank: false
assert_no_select 'select option[value=]', '' assert_no_select 'select option[value=]'
end end
test 'input should not set include blank if prompt is given' do test 'input should not set include blank if prompt is given' do