Commit f13dcf68c2ef994480b54517771b10d059808c40

Authored by Antonio Terceiro
1 parent c36a30d3

ActionItem713: adapting integration test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test/integration/editing_person_info_test.rb
@@ -13,7 +13,7 @@ class EditingPersonInfoTest < ActionController::IntegrationTest @@ -13,7 +13,7 @@ class EditingPersonInfoTest < ActionController::IntegrationTest
13 get '/myprofile/ze' 13 get '/myprofile/ze'
14 assert_response :success 14 assert_response :success
15 15
16 - assert_tag :tag => 'a', :content => 'Edit Profile' 16 + assert_tag :tag => 'a', :content => 'Profile settings'
17 17
18 get '/myprofile/ze/profile_editor/edit' 18 get '/myprofile/ze/profile_editor/edit'
19 assert_response :success 19 assert_response :success