Files
fetsite/spec/factories/comments.rb
2014-08-11 14:39:27 +05:30

7 lines
124 B
Ruby

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