projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add tab icon for safari/touchbar
[rails.git]
/
test
/
factories
/
note_comments.rb
1
FactoryGirl.define do
2
factory :note_comment do
3
sequence(:body) { |n| "This is note comment #{n}" }
4
visible true
5
event "opened"
6
note
7
end
8
end