Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f8009a48
Commit
f8009a48
authored
Mar 01, 2013
by
Sato Hiroyuki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spinach errors.
parent
2a687dd5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
features/steps/project/project_network_graph.rb
features/steps/project/project_network_graph.rb
+1
-1
features/steps/shared/paths.rb
features/steps/shared/paths.rb
+1
-1
No files found.
features/steps/project/project_network_graph.rb
View file @
f8009a48
...
@@ -11,7 +11,7 @@ class ProjectNetworkGraph < Spinach::FeatureSteps
...
@@ -11,7 +11,7 @@ class ProjectNetworkGraph < Spinach::FeatureSteps
And
'I visit project "Shop" network page'
do
And
'I visit project "Shop" network page'
do
# Stub Graph::JsonBuilder max_size to speed up test (10 commits vs. 650)
# Stub Graph::JsonBuilder max_size to speed up test (10 commits vs. 650)
G
itlab
::
G
raph
::
JsonBuilder
.
stub
(
max_count:
10
)
Graph
::
JsonBuilder
.
stub
(
max_count:
10
)
project
=
Project
.
find_by_name
(
"Shop"
)
project
=
Project
.
find_by_name
(
"Shop"
)
visit
project_graph_path
(
project
,
"master"
)
visit
project_graph_path
(
project
,
"master"
)
...
...
features/steps/shared/paths.rb
View file @
f8009a48
...
@@ -143,7 +143,7 @@ module SharedPaths
...
@@ -143,7 +143,7 @@ module SharedPaths
Given
"I visit my project's network page"
do
Given
"I visit my project's network page"
do
# Stub Graph::JsonBuilder max_size to speed up test (10 commits vs. 650)
# Stub Graph::JsonBuilder max_size to speed up test (10 commits vs. 650)
G
itlab
::
G
raph
::
JsonBuilder
.
stub
(
max_count:
10
)
Graph
::
JsonBuilder
.
stub
(
max_count:
10
)
visit
project_graph_path
(
@project
,
root_ref
)
visit
project_graph_path
(
@project
,
root_ref
)
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment