From fa833f5a4a4a913d494907b35970ff6d8620f83a Mon Sep 17 00:00:00 2001 From: Marcia Date: Thu, 15 Sep 2016 13:06:03 +0200 Subject: [PATCH] modificado otro mensaje en los test --- spec/features/users_auth_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/users_auth_spec.rb b/spec/features/users_auth_spec.rb index c842e73bc..1b365f16d 100644 --- a/spec/features/users_auth_spec.rb +++ b/spec/features/users_auth_spec.rb @@ -293,7 +293,7 @@ feature 'Users' do login_as(admin.user) visit root_path - expect(page).to have_content "Your password has expired" + expect(page).to have_content "Your password is expired" fill_in 'user_current_password', with: 'judgmentday' fill_in 'user_password', with: '123456789'