Fix tests

This commit is contained in:
Erik Michaels-Ober 2011-10-10 07:48:38 -07:00
parent 65feb23199
commit 0f37c38657
1 changed files with 0 additions and 1 deletions

View File

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