Fix network test and snippets expired

This commit is contained in:
Dmitriy Zaporozhets 2013-01-05 23:49:01 +02:00
parent 031008648f
commit baf591cc27
2 changed files with 1 additions and 2 deletions

View file

@ -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