From f13dcf68c2ef994480b54517771b10d059808c40 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Fri, 19 Sep 2008 21:22:28 -0300 Subject: [PATCH] ActionItem713: adapting integration test --- test/integration/editing_person_info_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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