projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge remote-tracking branch 'upstream/pull/5528'
[rails.git]
/
test
/
factories
/
old_way.rb
diff --git
a/test/factories/old_way.rb
b/test/factories/old_way.rb
index 265a477d3022c278a5ee11fbd93a2b69397980b5..b91bf8bf53973289c48dc54845891e8defd82073 100644
(file)
--- a/
test/factories/old_way.rb
+++ b/
test/factories/old_way.rb
@@
-5,6
+5,6
@@
FactoryBot.define do
version { 1 }
changeset
version { 1 }
changeset
-
association :current_way,
:factory => :way
+
current_way
:factory => :way
end
end
end
end