diff options
| author | Sytse Sijbrandij <sytse@gitlab.com> | 2015-01-10 19:19:44 -0800 |
|---|---|---|
| committer | Sytse Sijbrandij <sytse@gitlab.com> | 2015-01-10 19:19:44 -0800 |
| commit | a28cad0cf3cdb387e6da221ba2feef73182013da (patch) | |
| tree | afd8a4b47a3bf5b456f629660ff010236d7cf0b0 /features/admin/settings.feature | |
| parent | 703087b8bfb2e416cc429da28a4bf7b12743ff49 (diff) | |
| parent | 679b450c49198734dcce96ca996dce7456838d26 (diff) | |
| download | gitlab-ce-a28cad0cf3cdb387e6da221ba2feef73182013da.tar.gz | |
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into prose-requirement
Diffstat (limited to 'features/admin/settings.feature')
| -rw-r--r-- | features/admin/settings.feature | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/features/admin/settings.feature b/features/admin/settings.feature new file mode 100644 index 00000000000..8799c053ea2 --- /dev/null +++ b/features/admin/settings.feature @@ -0,0 +1,9 @@ +@admin +Feature: Admin Settings + Background: + Given I sign in as an admin + And I visit admin settings page + + Scenario: Change application settings + When I disable gravatars and save form + Then I should be see gravatar disabled |
