projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
It's to_sym not to_symbol
[rails.git]
/
test
/
factories
/
old_node_tags.rb
1
FactoryBot.define do
2
factory :old_node_tag do
3
sequence(:k) { |n| "Key #{n}" }
4
sequence(:v) { |n| "Value #{n}" }
5
6
old_node
7
end
8
end