diff options
author | Carlos Paramio <hola@carlosparamio.com> | 2013-11-21 13:18:02 +0100 |
---|---|---|
committer | Carlos Paramio <hola@carlosparamio.com> | 2013-11-21 13:18:02 +0100 |
commit | 4db87f7c4bd46983c1aad8ed7cc7338ca7bbf72e (patch) | |
tree | ed2d258afa5b25bca4e7647a9b5f4ebb4ea6c115 /features/project/service.feature | |
parent | 4525fc840547358a270671ff107c3e4967679442 (diff) | |
download | gitlab-ce-4db87f7c4bd46983c1aad8ed7cc7338ca7bbf72e.tar.gz |
Integration with Assembla
Diffstat (limited to 'features/project/service.feature')
-rw-r--r-- | features/project/service.feature | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/features/project/service.feature b/features/project/service.feature index 4805d2befbe..f8684f3b3b7 100644 --- a/features/project/service.feature +++ b/features/project/service.feature @@ -30,3 +30,9 @@ Feature: Project Services And I click Flowdock service link And I fill Flowdock settings Then I should see Flowdock service settings saved + + Scenario: Activate Assembla service + When I visit project "Shop" services page + And I click Assembla service link + And I fill Assembla settings + Then I should see Assembla service settings saved
\ No newline at end of file |