mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 11:16:00 +02:00
Merge remote-tracking branch 'origin/include-epp-helpers-to-all-spec' into include-epp-helpers-to-all-spec
This commit is contained in:
commit
a5e4ffc1d7
1 changed files with 4 additions and 0 deletions
|
@ -28,5 +28,9 @@ module Requests
|
||||||
|
|
||||||
post '/epp/session/login', frame: login_xml
|
post '/epp/session/login', frame: login_xml
|
||||||
end
|
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
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue