socialforge/spec/factories/blogs.rb

7 lines
121 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 do
end
end