diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-10-02 17:00:41 +0200 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-10-03 11:00:05 +0200 |
commit | ef2ed380f3af1a198761f5bd547b360165fa7a82 (patch) | |
tree | cb0a879b0772ae07ff6d5549b45b76fb2b348f05 /features/profile | |
parent | 7134599860651cc0f502581c97853a26f2fb4471 (diff) | |
download | gitlab-ce-ef2ed380f3af1a198761f5bd547b360165fa7a82.tar.gz |
Convert "SSH Keys" Spinach features to RSpecrs-convert-ssh-key-features
Diffstat (limited to 'features/profile')
-rw-r--r-- | features/profile/ssh_keys.feature | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/features/profile/ssh_keys.feature b/features/profile/ssh_keys.feature deleted file mode 100644 index b0d5b748916..00000000000 --- a/features/profile/ssh_keys.feature +++ /dev/null @@ -1,20 +0,0 @@ -@profile -Feature: Profile SSH Keys - Background: - Given I sign in as a user - And I have ssh key "ssh-rsa Work" - And I visit profile keys page - - Scenario: I should see ssh keys - Then I should see my ssh keys - - Scenario: Add new ssh key - Given I should see new ssh key form - And I submit new ssh key "Laptop" - Then I should see new ssh key "Laptop" - - Scenario: Remove ssh key - Given I click link "Work" - And I click link "Remove" - Then I visit profile keys page - And I should not see "Work" ssh key |