projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Localisation updates from https://translatewiki.net.
[rails.git]
/
test
/
factories
/
changeset_comments.rb
1
FactoryBot.define do
2
factory :changeset_comment do
3
sequence(:body) { |n| "Changeset comment #{n}" }
4
visible { true }
5
6
changeset
7
8
association :author, :factory => :user
9
end
10
end