socialforge/spec/factories/attachment_histories.rb

7 lines
141 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 :attachment_history do
end
end