mirror of
https://github.com/internetee/registry.git
synced 2025-07-19 17:25:57 +02:00
Add EppSession for custom session management
This commit is contained in:
parent
3a57126e69
commit
e9f23ba348
9 changed files with 92 additions and 2 deletions
4
spec/fabricators/epp_session_fabricator.rb
Normal file
4
spec/fabricators/epp_session_fabricator.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
Fabricator(:epp_session) do
|
||||
session_id 'test'
|
||||
data { {epp_user_id: 1} }
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue