socialforge/spec/factories/blog_comments.rb

7 lines
129 B
Ruby
Raw Normal View History

2015-10-24 15:34:43 +08:00
# Read about factories at https://github.com/thoughtbot/factory_girl
FactoryGirl.define do
factory :blog_comment do
end
end