socialforge/spec/factories/blog_comments.rb

7 lines
135 B
Ruby
Raw Normal View History

2016-03-11 10:18:10 +08:00
# Read about factories at https://github.com/thoughtbot/factory_girl
FactoryGirl.define do
factory :blog_comment do
end
end