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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
6c724ed9
Commit
6c724ed9
authored
Jan 02, 2013
by
Riyad Preukschas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix factories
parent
e2968755
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
spec/factories.rb
spec/factories.rb
+3
-3
No files found.
spec/factories.rb
View file @
6c724ed9
...
...
@@ -95,17 +95,17 @@ FactoryGirl.define do
author
factory
:note_on_commit
,
traits:
[
:on_commit
]
factory
:note_on_commit_
line
,
traits:
[
:on_commit
,
:on_line
]
factory
:note_on_commit_
diff
,
traits:
[
:on_commit
,
:on_diff
]
factory
:note_on_issue
,
traits:
[
:on_issue
],
aliases:
[
:votable_note
]
factory
:note_on_merge_request
,
traits:
[
:on_merge_request
]
factory
:note_on_merge_request_
line
,
traits:
[
:on_merge_request
,
:on_line
]
factory
:note_on_merge_request_
diff
,
traits:
[
:on_merge_request
,
:on_diff
]
trait
:on_commit
do
commit_id
"bcf03b5de6c33f3869ef70d68cf06e679d1d7f9a"
noteable_type
"Commit"
end
trait
:on_
line
do
trait
:on_
diff
do
line_code
"0_184_184"
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