mirror of
https://github.com/internetee/registry.git
synced 2025-05-21 03:39:40 +02:00
Add factories
This commit is contained in:
parent
66b9ae8fd9
commit
92c3c86c94
2 changed files with 10 additions and 0 deletions
5
spec/factories/account_activity.rb
Normal file
5
spec/factories/account_activity.rb
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
FactoryGirl.define do
|
||||||
|
factory :account_activity do
|
||||||
|
account
|
||||||
|
end
|
||||||
|
end
|
5
spec/factories/epp_session.rb
Normal file
5
spec/factories/epp_session.rb
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
FactoryGirl.define do
|
||||||
|
factory :epp_session do
|
||||||
|
|
||||||
|
end
|
||||||
|
end
|
Loading…
Add table
Add a link
Reference in a new issue