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

9 lines
107 B
Ruby

FactoryGirl.define do
factory :auth_provider do
name "MyString"
type ""
status "MyString"
end
end