Skip to content
Snippets Groups Projects
Commit baf591cc authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix network test and snippets expired

parent 03100864
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment