diff --git a/test/integration/editing_person_info_test.rb b/test/integration/editing_person_info_test.rb index 1e7de3c..62a13fa 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/ze' assert_response :success - assert_tag :tag => 'a', :content => 'Edit Profile' + assert_tag :tag => 'a', :content => 'Profile settings' get '/myprofile/ze/profile_editor/edit' assert_response :success -- libgit2 0.21.2