get :new
assert_response :success
- assert_select "html:root", :count => 1 do
+ assert_select "html", :count => 1 do
assert_select "head", :count => 1 do
assert_select "title", :text => /Create account/, :count => 1
end
assert_match /#{@url}/, register_email.body
# Check the page
- assert_redirected_to :action => 'login'
+ assert_redirected_to :action => 'login', :referer => nil
ActionMailer::Base.deliveries.clear
end
assert_response :success
assert_template 'new'
assert_select "div#errorExplanation"
- assert_select "table#signupForm > tr > td > div[class=fieldWithErrors] > input#user_email"
+ assert_select "table#signupForm > tr > td > div[class=field_with_errors] > input#user_email"
end
# Check that the user account page will display and contains some relevant