diff options
author | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-08-03 19:29:54 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-08-03 19:29:54 +0300 |
commit | 6de488259701af4b69282ad105882dba423fb666 (patch) | |
tree | 57015b8f32aac9c4785c0c4f13ef9803ed3f4e89 /features/profile | |
parent | 3079687b93bb957cdbe857bcb49b7a1834e2004b (diff) | |
download | gitlab-ce-6de488259701af4b69282ad105882dba423fb666.tar.gz |
Remove duplicate coverage in spec requests. All features should be covered in cucumber
Diffstat (limited to 'features/profile')
-rw-r--r-- | features/profile/profile.feature | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/features/profile/profile.feature b/features/profile/profile.feature index e3d71abc746..afda4b55081 100644 --- a/features/profile/profile.feature +++ b/features/profile/profile.feature @@ -6,6 +6,11 @@ Feature: Profile Given I visit profile page Then I should see my profile info + Scenario: I edit profile + Given I visit profile page + Then I change my contact info + And I should see new contact info + Scenario: I change my password Given I visit profile password page Then I change my password @@ -15,4 +20,3 @@ Feature: Profile Given I visit profile token page Then I reset my token And I should see new token - |