Fix network test and snippets expired
This commit is contained in:
parent
031008648f
commit
baf591cc27
2 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,7 @@ class SnippetsController < ProjectResourceController
|
||||||
respond_to :html
|
respond_to :html
|
||||||
|
|
||||||
def index
|
def index
|
||||||
@snippets = @project.snippets.fresh
|
@snippets = @project.snippets.fresh.non_expired
|
||||||
end
|
end
|
||||||
|
|
||||||
def new
|
def new
|
||||||
|
|
|
@ -6,7 +6,6 @@ class ProjectNetworkGraph < Spinach::FeatureSteps
|
||||||
page.should have_content "Project Network Graph"
|
page.should have_content "Project Network Graph"
|
||||||
within ".graph" do
|
within ".graph" do
|
||||||
page.should have_content "master"
|
page.should have_content "master"
|
||||||
page.should have_content "scss_refactor..."
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue