Fix tests broken by 66f205c2bf

This commit is contained in:
Erik Michaels-Ober 2011-08-09 12:40:59 -07:00
parent 210f1264d0
commit 12c6ba4b14
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class MainControllerTest < ActionController::TestCase
assert_select 'select#city_state' do
assert_select 'option', 'Boston, MA'
end
assert_select 'label#address_label', 'Address'
assert_select 'label#address_label', 'Address, Neighborhood'
assert_select 'input#address', true
assert_select 'input[name="commit"]' do
assert_select '[type=?]', 'submit'