diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-16 16:09:20 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-16 16:09:20 -0800 |
commit | e7f772550c5fad5761777b76f97726be84693746 (patch) | |
tree | 0f24af28fd7167066b77a15a4e7c454fbde215a8 /features/admin | |
parent | 41d7be3ce1ae9a4bff93b62322f35989b6ad4cf6 (diff) | |
download | gitlab-ce-e7f772550c5fad5761777b76f97726be84693746.tar.gz |
Add tests to home page url redirect
Diffstat (limited to 'features/admin')
-rw-r--r-- | features/admin/settings.feature | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/admin/settings.feature b/features/admin/settings.feature index 8799c053ea2..8fdf0575c2c 100644 --- a/features/admin/settings.feature +++ b/features/admin/settings.feature @@ -5,5 +5,5 @@ Feature: Admin Settings And I visit admin settings page Scenario: Change application settings - When I disable gravatars and save form - Then I should be see gravatar disabled + When I modify settings and save form + Then I should see application settings saved |