1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-28 17:52:21 +01:00
2016-03-23 18:39:41 +01:00

11 lines
157 B
Ruby

FactoryGirl.define do
factory :abus, :class => 'Abuse' do
signaled nil
first_name "MyString"
last_name "MyString"
email ""
message "MyText"
end
end