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=?]', '/'