Commit f13dcf68c2ef994480b54517771b10d059808c40
1 parent
c36a30d3
Exists in
master
and in
29 other branches
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 | 13 | get '/myprofile/ze' |
14 | 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 | 18 | get '/myprofile/ze/profile_editor/edit' |
19 | 19 | assert_response :success | ... | ... |