Commit baf591cc authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix network test and snippets expired

parent 03100864
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment