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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
baf591cc
Commit
baf591cc
authored
Jan 05, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix network test and snippets expired
parent
03100864
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
app/controllers/snippets_controller.rb
app/controllers/snippets_controller.rb
+1
-1
features/steps/project/project_network_graph.rb
features/steps/project/project_network_graph.rb
+0
-1
No files found.
app/controllers/snippets_controller.rb
View file @
baf591cc
...
...
@@ -16,7 +16,7 @@ class SnippetsController < ProjectResourceController
respond_to
:html
def
index
@snippets
=
@project
.
snippets
.
fresh
@snippets
=
@project
.
snippets
.
fresh
.
non_expired
end
def
new
...
...
features/steps/project/project_network_graph.rb
View file @
baf591cc
...
...
@@ -6,7 +6,6 @@ class ProjectNetworkGraph < Spinach::FeatureSteps
page
.
should
have_content
"Project Network Graph"
within
".graph"
do
page
.
should
have_content
"master"
page
.
should
have_content
"scss_refactor..."
end
end
...
...
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