BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
f5a6ff15
Commit
f5a6ff15
authored
Apr 21, 2016
by
Alfredo Sumaran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove spinach features
parent
3b39214f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
13 deletions
+0
-13
shortcuts.feature
features/project/shortcuts.feature
+0
-5
project_shortcuts.rb
features/steps/project/project_shortcuts.rb
+0
-4
project.rb
features/steps/shared/project.rb
+0
-4
No files found.
features/project/shortcuts.feature
View file @
f5a6ff15
...
...
@@ -56,8 +56,3 @@ Feature: Project Shortcuts
Scenario
:
Navigate to project feed
Given
I press
"g"
and
"e"
Then
the active main tab should be Activity
@javascript
Scenario
:
Navigate to new Issue page
Given
I press
"i"
Then
I should see the new issue page
features/steps/project/project_shortcuts.rb
View file @
f5a6ff15
...
...
@@ -38,8 +38,4 @@ class Spinach::Features::ProjectShortcuts < Spinach::FeatureSteps
find
(
'body'
).
native
.
send_key
(
'g'
)
find
(
'body'
).
native
.
send_key
(
'e'
)
end
step
'I press "i"'
do
find
(
'body'
).
native
.
send_key
(
'i'
)
end
end
features/steps/shared/project.rb
View file @
f5a6ff15
...
...
@@ -102,10 +102,6 @@ module SharedProject
@project
||=
Project
.
first
end
step
'I should see the new issue page'
do
expect
(
page
).
to
have_content
(
'New Issue'
)
end
# ----------------------------------------
# Project permissions
# ----------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment