projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Localisation updates from https://translatewiki.net.
[rails.git]
/
test
/
factories
/
reports.rb
diff --git
a/test/factories/reports.rb
b/test/factories/reports.rb
index 7936d46b2d3f4b619a75e9e6437e4d1c878154b3..084c2d1ac891951c1b22f11b5ec3c599fb9fd62c 100644
(file)
--- a/
test/factories/reports.rb
+++ b/
test/factories/reports.rb
@@
-1,7
+1,7
@@
FactoryBot.define do
factory :report do
sequence(:details) { |n| "Report details #{n}" }
- category
"other"
+ category
{ "other" }
issue
user
end