1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00

11 lines
157 B
Ruby
Raw Normal View History

2016-03-23 18:39:41 +01:00
FactoryGirl.define do
factory :abus, :class => 'Abuse' do
signaled nil
first_name "MyString"
last_name "MyString"
email ""
message "MyText"
end
end