From fa516d36cd80c3934f154a567619850316457c95 Mon Sep 17 00:00:00 2001 From: Joenio Costa Date: Thu, 18 Dec 2008 17:48:35 -0300 Subject: [PATCH] ActionItem862: oops! fix tests --- 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 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