]> git.openstreetmap.org Git - rails.git/blobdiff - test/factories/diary_comments.rb
It's to_sym not to_symbol
[rails.git] / test / factories / diary_comments.rb
index 2d54f273e6f0e48f4326df324fadd03ffe05f24e..cb5f8eebd2570fb825c3dff010a7169f60d294b5 100644 (file)
@@ -1,4 +1,4 @@
-FactoryGirl.define do
+FactoryBot.define do
   factory :diary_comment do
     sequence(:body) { |n| "This is diary comment #{n}" }