Files
fetsite/spec/factories/comments.rb
2014-10-17 10:17:23 +02:00

7 lines
124 B
Ruby

# Read about factories at https://github.com/thoughtbot/factory_girl
FactoryGirl.define do
factory :comment do
end
end