mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-28 17:52:21 +01:00
9 lines
107 B
Ruby
9 lines
107 B
Ruby
FactoryGirl.define do
|
|
factory :auth_provider do
|
|
name "MyString"
|
|
type ""
|
|
status "MyString"
|
|
end
|
|
|
|
end
|