forked from bofh/fetsite
New Feature: Themen/Informationen
This commit is contained in:
7
spec/factories/attachments.rb
Normal file
7
spec/factories/attachments.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
# Read about factories at https://github.com/thoughtbot/factory_girl
|
||||
|
||||
FactoryGirl.define do
|
||||
factory :attachment do
|
||||
name "MyString"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user