diff --git a/test/integration/editing_person_info_test.rb b/test/integration/editing_person_info_test.rb index adc54d3..047d86b 100644 --- a/test/integration/editing_person_info_test.rb +++ b/test/integration/editing_person_info_test.rb @@ -13,7 +13,7 @@ class EditingPersonInfoTest < ActionController::IntegrationTest get "/myprofile/#{profile.identifier}" assert_response :success - assert_tag :tag => 'a', :content => 'Profile settings' + assert_tag :tag => 'a', :content => 'Info and settings' get "/myprofile/#{profile.identifier}/profile_editor/edit" assert_response :success -- libgit2 0.21.2