Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
3ec1bffc
Commit
3ec1bffc
authored
Feb 23, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix failing tests
parent
62f4a9de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
features/project/project.feature
features/project/project.feature
+0
-4
features/steps/explore/projects.rb
features/steps/explore/projects.rb
+1
-1
No files found.
features/project/project.feature
View file @
3ec1bffc
...
@@ -92,7 +92,3 @@ Feature: Project
...
@@ -92,7 +92,3 @@ Feature: Project
And
I visit my empty project page
And
I visit my empty project page
And
I create bare repo
And
I create bare repo
Then
I should see command line instructions
Then
I should see command line instructions
Scenario
:
I
should not see command line instructions
Given
I visit an empty project page
Then
I should not see command line instructions
features/steps/explore/projects.rb
View file @
3ec1bffc
...
@@ -18,7 +18,7 @@ class Spinach::Features::ExploreProjects < Spinach::FeatureSteps
...
@@ -18,7 +18,7 @@ class Spinach::Features::ExploreProjects < Spinach::FeatureSteps
end
end
step
'I should see empty public project details'
do
step
'I should see empty public project details'
do
expect
(
page
).
to
have_content
'Git global setup'
expect
(
page
).
not_
to
have_content
'Git global setup'
end
end
step
'I should see empty public project details with http clone info'
do
step
'I should see empty public project details with http clone info'
do
...
...
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