Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2017-06-13 12:32:21 +0300
committerJames Lopez <james@jameslopez.es>2017-06-23 12:41:41 +0300
commit5f0e7873ae71a1f4d23a1c564bf7eb8830ebd888 (patch)
tree7748001ffd88cb5656ebad5897a34434e5847af7 /spec/features
parent801cf92310e9f6950dddba848ef1e6a3d1e48ef0 (diff)
ported EE user service to CE
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/profiles/password_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/profiles/password_spec.rb b/spec/features/profiles/password_spec.rb
index 2d36f3d020f..86c9df5ff86 100644
--- a/spec/features/profiles/password_spec.rb
+++ b/spec/features/profiles/password_spec.rb
@@ -25,7 +25,7 @@ describe 'Profile > Password', feature: true do
end
end
- it 'does not contains the current password field after an error' do
+ it 'does not contain the current password field after an error' do
fill_passwords('mypassword', 'mypassword2')
expect(page).to have_no_field('user[current_password]')