From 0f37c38657542f110535eb71cf57508fb9c421f2 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Mon, 10 Oct 2011 07:48:38 -0700 Subject: [PATCH] Fix tests --- test/functional/main_controller_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/functional/main_controller_test.rb b/test/functional/main_controller_test.rb index 78e9b5c..2c435c0 100644 --- a/test/functional/main_controller_test.rb +++ b/test/functional/main_controller_test.rb @@ -5,7 +5,6 @@ class MainControllerTest < ActionController::TestCase get :index assert_response :success assert_select 'title', 'Adopt a Hydrant' - assert_select 'h1', 'Adopt a Hydrant' assert_select 'p#tagline', 'Claim responsibility for shoveling out a fire hydrant after it snows.' assert_select 'form' do assert_select '[action=?]', '/'