From 12c6ba4b142bedf5fdfaf1d94f9efed5a329ff03 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Tue, 9 Aug 2011 12:40:59 -0700 Subject: [PATCH] Fix tests broken by 66f205c2bf4471bf22342bf9c5aa8ccf3b89e4b9 --- test/functional/main_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/main_controller_test.rb b/test/functional/main_controller_test.rb index adc7ede..4a81ceb 100644 --- a/test/functional/main_controller_test.rb +++ b/test/functional/main_controller_test.rb @@ -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'