socialforge/spec/factories/attachment_histories.rb

7 lines
141 B
Ruby

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