summaryrefslogtreecommitdiff
path: root/features/project
diff options
context:
space:
mode:
authorblackst0ne <blackst0ne.ru@gmail.com>2017-06-21 21:45:43 +1100
committerblackst0ne <blackst0ne.ru@gmail.com>2017-06-21 21:45:43 +1100
commit665fea379bbf9f31598d237335bc8d6e54ac8947 (patch)
tree5264965523d2cec5ef89218bbb60feb6b9bc9299 /features/project
parent4b0b2f1525be5feac0ae0953eb573ff24cc7b9c5 (diff)
downloadgitlab-ce-665fea379bbf9f31598d237335bc8d6e54ac8947.tar.gz
Replace 'create.feature' spinach test with an rspec analog
Diffstat (limited to 'features/project')
-rw-r--r--features/project/create.feature14
1 files changed, 0 insertions, 14 deletions
diff --git a/features/project/create.feature b/features/project/create.feature
deleted file mode 100644
index 67336d73bf7..00000000000
--- a/features/project/create.feature
+++ /dev/null
@@ -1,14 +0,0 @@
-@project-create
-Feature: Project Create
- In order to get access to project sections
- A user with ability to create a project
- Should be able to create a new one
-
- @javascript
- Scenario: User create a project
- Given I sign in as a user
- And I have an ssh key
- When I visit new project page
- And fill project form with valid data
- Then I should see project page
- And I should see empty project instructions