summaryrefslogtreecommitdiff
path: root/spec/features/profiles/password_spec.rb
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2017-06-13 11:32:21 +0200
committerJames Lopez <james@jameslopez.es>2017-06-23 11:41:41 +0200
commit5f0e7873ae71a1f4d23a1c564bf7eb8830ebd888 (patch)
tree7748001ffd88cb5656ebad5897a34434e5847af7 /spec/features/profiles/password_spec.rb
parent801cf92310e9f6950dddba848ef1e6a3d1e48ef0 (diff)
downloadgitlab-ce-5f0e7873ae71a1f4d23a1c564bf7eb8830ebd888.tar.gz
ported EE user service to CE
Diffstat (limited to 'spec/features/profiles/password_spec.rb')
-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]')