mirror of
https://github.com/internetee/registry.git
synced 2025-05-21 11:49:40 +02:00
Merge branch 'include-epp-helpers-to-all-spec' into registry-279
This commit is contained in:
commit
01edbc5710
1 changed files with 4 additions and 0 deletions
|
@ -28,5 +28,9 @@ module Requests
|
|||
|
||||
post '/epp/session/login', frame: login_xml
|
||||
end
|
||||
|
||||
def sign_in_to_admin_area(user: FactoryGirl.create(:admin_user))
|
||||
post admin_sessions_path, admin_user: { username: user.username, password: user.password }
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue