Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-06 01:49:01 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-06 01:49:01 +0400
commitbaf591cc2793533e524810c14afc76b5fe5126f7 (patch)
treee8b6b87655e4a6ac54392dc9d2775eda069052b8 /features
parent031008648f3c2ffb860c39899398dceb395d2948 (diff)
Fix network test and snippets expired
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/project_network_graph.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/steps/project/project_network_graph.rb b/features/steps/project/project_network_graph.rb
index 6fde532f1a2..77149bfe2c3 100644
--- a/features/steps/project/project_network_graph.rb
+++ b/features/steps/project/project_network_graph.rb
@@ -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