7 lines
123 B
Ruby
7 lines
123 B
Ruby
# Read about factories at https://github.com/thoughtbot/factory_girl
|
|
|
|
FactoryBot.define do
|
|
factory :comment do
|
|
end
|
|
end
|