Merge pull request #2823 from hiroponz/switchable-branch-on-network-graph

Switchable the main branch on network graph
This commit is contained in:
Dmitriy Zaporozhets 2013-01-30 22:21:19 -08:00
commit 8c50707dd4
11 changed files with 45 additions and 24 deletions

View file

@ -14,6 +14,6 @@ class ProjectNetworkGraph < Spinach::FeatureSteps
Gitlab::Graph::JsonBuilder.stub(max_count: 10)
project = Project.find_by_name("Shop")
visit graph_project_path(project)
visit project_graph_path(project, "master")
end
end