Commit fa516d36cd80c3934f154a567619850316457c95
1 parent
9574e0fd
Exists in
master
and in
28 other branches
ActionItem862: oops! fix tests
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/#{profile.identifier}" | 13 | get "/myprofile/#{profile.identifier}" |
14 | assert_response :success | 14 | assert_response :success |
15 | 15 | ||
16 | - assert_tag :tag => 'a', :content => 'Profile settings' | 16 | + assert_tag :tag => 'a', :content => 'Info and settings' |
17 | 17 | ||
18 | get "/myprofile/#{profile.identifier}/profile_editor/edit" | 18 | get "/myprofile/#{profile.identifier}/profile_editor/edit" |
19 | assert_response :success | 19 | assert_response :success |