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
/
reports.rb
1
FactoryBot.define do
2
factory :report do
3
sequence(:details) { |n| "Report details #{n}" }
4
category { "other" }
5
issue
6
user
7
end
8
end